This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new c5514dad [Build] Update snapshot version to 1.0.2 (#182)
c5514dad is described below
commit c5514dada1dd115419e1996eb5ae942e73fd123a
Author: Jia Fan <[email protected]>
AuthorDate: Thu Aug 15 10:15:25 2024 +0800
[Build] Update snapshot version to 1.0.2 (#182)
* Update version to 1.0.2
* Update pom.xml
---
pom.xml | 2 +-
.../seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 880c3162..f5d96b3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</modules>
<properties>
- <revision>1.0.0-SNAPSHOT</revision>
+ <revision>1.0.2-SNAPSHOT</revision>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<java.version>1.8</java.version>
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 477fad2e..4d024beb 100644
---
a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml
+++
b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>datasource-plugins-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>