Skip to content

Commit 6977e9f

Browse files
committed
[maven-release-plugin] prepare release 2.3.3
1 parent 576f76f commit 6977e9f

File tree

179 files changed

+1015
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+1015
-538
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1817
<modelVersion>4.0.0</modelVersion>
1918

2019
<parent>
@@ -25,7 +24,7 @@
2524

2625
<groupId>org.apache.seatunnel</groupId>
2726
<artifactId>seatunnel</artifactId>
28-
<version>${revision}</version>
27+
<version>2.3.3</version>
2928
<packaging>pom</packaging>
3029

3130
<name>SeaTunnel :</name>
@@ -793,7 +792,7 @@
793792
<connection>scm:git:https://github.com/apache/seatunnel.git</connection>
794793
<developerConnection>scm:git:https://github.com/apache/seatunnel.git</developerConnection>
795794
<url>https://github.com/apache/seatunnel</url>
796-
<tag>HEAD</tag>
795+
<tag>2.3.3</tag>
797796
</scm>
798797

799798
<issueManagement>

seatunnel-api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
</parent>
2827

2928
<artifactId>seatunnel-api</artifactId>

seatunnel-common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
</parent>
2827
<artifactId>seatunnel-common</artifactId>
2928

seatunnel-config/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
</parent>
2827
<artifactId>seatunnel-config</artifactId>
2928
<packaging>pom</packaging>

seatunnel-config/seatunnel-config-base/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel-config</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928
<artifactId>seatunnel-config-base</artifactId>
@@ -123,4 +122,8 @@
123122

124123
</plugins>
125124
</build>
125+
126+
<scm>
127+
<tag>2.3.3</tag>
128+
</scm>
126129
</project>

seatunnel-config/seatunnel-config-shade/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel-config</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928
<artifactId>seatunnel-config-shade</artifactId>
@@ -78,4 +77,8 @@
7877

7978
</plugins>
8079
</build>
80+
81+
<scm>
82+
<tag>2.3.3</tag>
83+
</scm>
8184
</project>

seatunnel-connectors-v2/connector-amazondynamodb/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>seatunnel-connectors-v2</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
</parent>
2827

2928
<artifactId>connector-amazondynamodb</artifactId>
@@ -61,4 +60,8 @@
6160
</dependency>
6261
</dependencies>
6362

63+
64+
<scm>
65+
<tag>2.3.3</tag>
66+
</scm>
6467
</project>

seatunnel-connectors-v2/connector-assert/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.seatunnel</groupId>
2322
<artifactId>seatunnel-connectors-v2</artifactId>
24-
<version>${revision}</version>
23+
<version>2.3.3</version>
2524
</parent>
2625

2726
<artifactId>connector-assert</artifactId>
@@ -35,4 +34,8 @@
3534
</dependency>
3635
</dependencies>
3736

37+
38+
<scm>
39+
<tag>2.3.3</tag>
40+
</scm>
3841
</project>

seatunnel-connectors-v2/connector-cassandra/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.seatunnel</groupId>
2322
<artifactId>seatunnel-connectors-v2</artifactId>
24-
<version>${revision}</version>
23+
<version>2.3.3</version>
2524
</parent>
2625

2726
<artifactId>connector-cassandra</artifactId>
@@ -48,4 +47,8 @@
4847
</dependency>
4948
</dependencies>
5049

50+
51+
<scm>
52+
<tag>2.3.3</tag>
53+
</scm>
5154
</project>

seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.seatunnel</groupId>
2524
<artifactId>connector-cdc</artifactId>
26-
<version>${revision}</version>
25+
<version>2.3.3</version>
2726
</parent>
2827
<artifactId>connector-cdc-base</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : Base</name>
@@ -110,4 +109,8 @@
110109
</plugin>
111110
</plugins>
112111
</build>
112+
113+
<scm>
114+
<tag>2.3.3</tag>
115+
</scm>
113116
</project>

0 commit comments

Comments
 (0)