Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Jun 13, 2023
1 parent 64c25dd commit db79592
Show file tree
Hide file tree
Showing 171 changed files with 968 additions and 515 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -25,7 +24,7 @@

<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
<packaging>pom</packaging>

<name>SeaTunnel :</name>
Expand Down Expand Up @@ -831,7 +830,7 @@
<connection>scm:git:https://github.com/apache/seatunnel.git</connection>
<developerConnection>scm:git:https://github.com/apache/seatunnel.git</developerConnection>
<url>https://github.com/apache/seatunnel</url>
<tag>HEAD</tag>
<tag>2.3.2</tag>
</scm>

<issueManagement>
Expand Down
5 changes: 2 additions & 3 deletions seatunnel-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>seatunnel-api</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions seatunnel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>seatunnel-common</artifactId>

Expand Down
5 changes: 2 additions & 3 deletions seatunnel-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>seatunnel-config</artifactId>
<packaging>pom</packaging>
Expand Down
9 changes: 6 additions & 3 deletions seatunnel-config/seatunnel-config-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seatunnel-config-base</artifactId>
Expand Down Expand Up @@ -123,4 +122,8 @@

</plugins>
</build>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-config/seatunnel-config-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seatunnel-config-shade</artifactId>
Expand Down Expand Up @@ -78,4 +77,8 @@

</plugins>
</build>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-amazondynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-amazondynamodb</artifactId>
Expand Down Expand Up @@ -61,4 +60,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-assert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-assert</artifactId>
Expand All @@ -35,4 +34,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-cassandra</artifactId>
Expand All @@ -48,4 +47,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>connector-cdc-base</artifactId>
<name>SeaTunnel : Connectors V2 : CDC : Base</name>
Expand Down Expand Up @@ -110,4 +109,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>connector-cdc-mysql</artifactId>
<name>SeaTunnel : Connectors V2 : CDC : MySql</name>
Expand Down Expand Up @@ -102,4 +101,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>connector-cdc-sqlserver</artifactId>
<name>SeaTunnel : Connectors V2 : CDC : SqlServer</name>
Expand Down Expand Up @@ -66,4 +65,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>
<artifactId>connector-cdc</artifactId>
<packaging>pom</packaging>
Expand All @@ -38,4 +37,8 @@
<properties>
<debezium.version>1.6.4.Final</debezium.version>
</properties>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-clickhouse</artifactId>
Expand Down Expand Up @@ -71,4 +70,8 @@

</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-common</artifactId>
Expand All @@ -49,4 +48,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>2.3.2</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-connectors-v2/connector-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-v2</artifactId>
<version>${revision}</version>
<version>2.3.2</version>
</parent>

<artifactId>connector-console</artifactId>
Expand All @@ -35,4 +34,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.3.2</tag>
</scm>
</project>

0 comments on commit db79592

Please sign in to comment.