Skip to content

Commit 8604631

Browse files
committed
[maven-release-plugin] prepare release 2.3.8
1 parent d7c2f43 commit 8604631

File tree

228 files changed

+457
-685
lines changed

Some content is hidden

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

228 files changed

+457
-685
lines changed

pom.xml

+3-4
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>
@@ -26,7 +25,7 @@
2625

2726
<groupId>org.apache.seatunnel</groupId>
2827
<artifactId>seatunnel</artifactId>
29-
<version>${revision}</version>
28+
<version>2.3.8</version>
3029
<packaging>pom</packaging>
3130

3231
<name>SeaTunnel :</name>
@@ -1033,7 +1032,7 @@
10331032
<connection>scm:git:https://github.com/apache/seatunnel.git</connection>
10341033
<developerConnection>scm:git:https://github.com/apache/seatunnel.git</developerConnection>
10351034
<url>https://github.com/apache/seatunnel</url>
1036-
<tag>HEAD</tag>
1035+
<tag>2.3.8</tag>
10371036
</scm>
10381037

10391038
<issueManagement>

seatunnel-api/pom.xml

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>seatunnel-api</artifactId>

seatunnel-common/pom.xml

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>seatunnel-common</artifactId>
2928

seatunnel-config/pom.xml

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>seatunnel-config</artifactId>
2928
<packaging>pom</packaging>

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

+2-3
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.8</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928
<artifactId>seatunnel-config-base</artifactId>

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

+2-3
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.8</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928
<artifactId>seatunnel-config-shade</artifactId>

seatunnel-config/seatunnel-config-sql/pom.xml

+2-3
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.8</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928
<artifactId>seatunnel-config-sql</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-activemq</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-amazondynamodb</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-amazonsqs</artifactId>

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

+2-3
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.8</version>
2524
</parent>
2625

2726
<artifactId>connector-assert</artifactId>

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

+2-3
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.8</version>
2524
</parent>
2625

2726
<artifactId>connector-cassandra</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc-base</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : Base</name>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc-mongodb</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : Mongodb</name>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc-mysql</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : MySql</name>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-cdc-opengauss</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc-oracle</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : Oracle</name>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-cdc-postgres</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc-sqlserver</artifactId>
2928
<name>SeaTunnel : Connectors V2 : CDC : SqlServer</name>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-cdc-tidb</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827
<artifactId>connector-cdc</artifactId>
2928
<packaging>pom</packaging>

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

+2-3
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.8</version>
2524
</parent>
2625

2726
<artifactId>connector-clickhouse</artifactId>

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

+2-3
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.8</version>
2726
</parent>
2827

2928
<artifactId>connector-common</artifactId>

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

+2-3
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.8</version>
2524
</parent>
2625

2726
<artifactId>connector-console</artifactId>

0 commit comments

Comments
 (0)