This is an automated email from the ASF dual-hosted git repository. arshad pushed a commit to branch 1.0.2-release in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
commit 825cefa825b9cf50d829a99bb476e6782787e090 Author: Mohammad Arshad <[email protected]> AuthorDate: Sat Oct 19 16:25:47 2024 +0530 [maven-release-plugin] prepare release 1.0.2 --- pom.xml | 7 +++---- seatunnel-datasource/pom.xml | 5 ++--- seatunnel-datasource/seatunnel-datasource-client/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-all/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-console/pom.xml | 9 ++++++--- .../datasource-elasticsearch/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-fakesource/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-hive/pom.xml | 9 ++++++--- .../datasource-jdbc-clickhouse/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-jdbc-db2/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml | 9 ++++++--- .../datasource-jdbc-postgresql/pom.xml | 9 ++++++--- .../datasource-jdbc-redshift/pom.xml | 9 ++++++--- .../datasource-jdbc-sqlserver/pom.xml | 9 ++++++--- .../datasource-jdbc-starrocks/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-kafka/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-mongodb/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-plugins-api/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-s3/pom.xml | 9 ++++++--- .../datasource-sqlserver-cdc/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/datasource-starrocks/pom.xml | 9 ++++++--- seatunnel-datasource/seatunnel-datasource-plugins/pom.xml | 9 ++++++--- seatunnel-server/pom.xml | 5 ++--- seatunnel-server/seatunnel-app/pom.xml | 9 ++++++--- seatunnel-server/seatunnel-dynamicform/pom.xml | 9 ++++++--- seatunnel-server/seatunnel-server-common/pom.xml | 9 ++++++--- seatunnel-web-dist/pom.xml | 5 ++--- seatunnel-web-it/pom.xml | 5 ++--- 32 files changed, 173 insertions(+), 97 deletions(-) diff --git a/pom.xml b/pom.xml index 9c174d92..f86758ab 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -25,7 +24,7 @@ <groupId>org.apache.seatunnel</groupId> <artifactId>seatunnel-web</artifactId> - <version>${revision}</version> + <version>1.0.2</version> <packaging>pom</packaging> <name>SeaTunnel</name> @@ -1593,7 +1592,7 @@ <connection>scm:git:https://github.com/apache/seatunnel-web.git</connection> <developerConnection>scm:git:https://github.com/apache/seatunnel-web.git</developerConnection> <url>https://github.com/apache/seatunnel-web</url> - <tag>HEAD</tag> + <tag>1.0.2</tag> </scm> <issueManagement> diff --git a/seatunnel-datasource/pom.xml b/seatunnel-datasource/pom.xml index a6fcbc7a..6a1e627a 100644 --- a/seatunnel-datasource/pom.xml +++ b/seatunnel-datasource/pom.xml @@ -13,13 +13,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-web</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-datasource</artifactId> diff --git a/seatunnel-datasource/seatunnel-datasource-client/pom.xml b/seatunnel-datasource/seatunnel-datasource-client/pom.xml index e697c677..88c9b19c 100644 --- a/seatunnel-datasource/seatunnel-datasource-client/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-client/pom.xml @@ -13,13 +13,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-datasource</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-datasource-client</artifactId> @@ -68,4 +67,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml index d5dee450..27036377 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-all</artifactId> @@ -104,4 +103,8 @@ </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-console/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-console/pom.xml index d97d155c..64e23edf 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-console/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-console/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-console</artifactId> @@ -31,4 +30,8 @@ <scope>provided</scope> </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml index 61b995fd..62338091 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-elasticsearch</artifactId> @@ -79,4 +78,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-fakesource/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-fakesource/pom.xml index 5c195d04..84d1cc4d 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-fakesource/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-fakesource/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-fakesource</artifactId> @@ -31,4 +30,8 @@ <scope>provided</scope> </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml index e209dee3..f286fb6c 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-hive</artifactId> @@ -110,4 +109,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml index 31f722bd..70c28831 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-clickhouse</artifactId> @@ -76,4 +75,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-db2/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-db2/pom.xml index a1342373..18dd7f42 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-db2/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-db2/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-db2</artifactId> @@ -89,4 +88,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml index 2ad03297..a22dee44 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-hive</artifactId> @@ -63,4 +62,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml index 8a1e0b6a..a6488e78 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-mysql</artifactId> @@ -78,4 +77,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml index 287b8f75..f3a32d5e 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-oracle</artifactId> @@ -77,4 +76,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml index 27471250..5900a3e9 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-postgresql</artifactId> @@ -77,4 +76,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml index 7f48dca4..92781756 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-redshift</artifactId> @@ -77,4 +76,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml index 6ce0dd22..58a47f96 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-sqlserver</artifactId> @@ -77,4 +76,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml index 8252514f..5bc3a937 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-starrocks</artifactId> @@ -59,4 +58,8 @@ </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml index 4d024beb..69855a5a 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-jdbc-tidb</artifactId> @@ -77,4 +76,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml index 8980db55..2788470c 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-kafka</artifactId> @@ -80,4 +79,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mongodb/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mongodb/pom.xml index 8bbf4dcf..f36e3caa 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mongodb/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mongodb/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-mongodb</artifactId> @@ -61,4 +60,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml index 885b5bdf..c0bd7de8 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-mysql-cdc</artifactId> @@ -81,4 +80,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml index 7bdd419d..defb5bfc 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-plugins-api</artifactId> @@ -34,4 +33,8 @@ <artifactId>auto-service</artifactId> </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml index 047fbb74..809e92a3 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-s3</artifactId> @@ -63,4 +62,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml index 45f724e8..1f675305 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-sqlserver-cdc</artifactId> @@ -71,4 +70,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml index 14ac1a85..4d9c5639 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml @@ -13,13 +13,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-datasource-plugins</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>datasource-starrocks</artifactId> @@ -75,4 +74,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml index 64dda5d2..7e1283da 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml @@ -13,13 +13,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-datasource</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-datasource-plugins</artifactId> @@ -54,4 +53,8 @@ <hadoop.version>3.1.0</hadoop.version> </properties> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-server/pom.xml b/seatunnel-server/pom.xml index fd345434..1839cd70 100644 --- a/seatunnel-server/pom.xml +++ b/seatunnel-server/pom.xml @@ -13,13 +13,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-web</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-server</artifactId> diff --git a/seatunnel-server/seatunnel-app/pom.xml b/seatunnel-server/seatunnel-app/pom.xml index 24c2a44f..b785738e 100644 --- a/seatunnel-server/seatunnel-app/pom.xml +++ b/seatunnel-server/seatunnel-app/pom.xml @@ -13,13 +13,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-server</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-app</artifactId> @@ -533,4 +532,8 @@ </plugins> </build> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-server/seatunnel-dynamicform/pom.xml b/seatunnel-server/seatunnel-dynamicform/pom.xml index 1f414a7d..08c943a0 100644 --- a/seatunnel-server/seatunnel-dynamicform/pom.xml +++ b/seatunnel-server/seatunnel-dynamicform/pom.xml @@ -13,13 +13,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-server</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-dynamicform</artifactId> @@ -44,4 +43,8 @@ <classifier>optional</classifier> </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-server/seatunnel-server-common/pom.xml b/seatunnel-server/seatunnel-server-common/pom.xml index cdbd95c8..7e704456 100644 --- a/seatunnel-server/seatunnel-server-common/pom.xml +++ b/seatunnel-server/seatunnel-server-common/pom.xml @@ -13,13 +13,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-server</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-server-common</artifactId> @@ -36,4 +35,8 @@ <classifier>optional</classifier> </dependency> </dependencies> + + <scm> + <tag>1.0.2</tag> + </scm> </project> diff --git a/seatunnel-web-dist/pom.xml b/seatunnel-web-dist/pom.xml index 531e31f0..fb674076 100644 --- a/seatunnel-web-dist/pom.xml +++ b/seatunnel-web-dist/pom.xml @@ -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-web</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-web-dist</artifactId> diff --git a/seatunnel-web-it/pom.xml b/seatunnel-web-it/pom.xml index 328dffdd..6d3d1c5b 100644 --- a/seatunnel-web-it/pom.xml +++ b/seatunnel-web-it/pom.xml @@ -13,13 +13,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-web</artifactId> - <version>${revision}</version> + <version>1.0.2</version> </parent> <artifactId>seatunnel-web-it</artifactId>
