This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git
The following commit(s) were added to refs/heads/main by this push:
new c88c870 Refactor : update the version of project
new bd50441 Merge pull request #20 from taojintianxia/refactor-version
c88c870 is described below
commit c88c87040b6e64b7ff970e429a31385abaa7f86c
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Oct 23 15:42:43 2023 +0800
Refactor : update the version of project
---
features/encrypt/like/pom.xml | 2 +-
features/encrypt/pom.xml | 2 +-
features/encrypt/rc4/pom.xml | 2 +-
features/encrypt/sm/pom.xml | 2 +-
features/pom.xml | 2 +-
features/sharding/cosid/pom.xml | 2 +-
features/sharding/nanoid/pom.xml | 2 +-
features/sharding/pom.xml | 2 +-
infra/data-source-pool/c3p0/pom.xml | 2 +-
infra/data-source-pool/dbcp/pom.xml | 2 +-
infra/data-source-pool/pom.xml | 2 +-
infra/pom.xml | 2 +-
jdbc/driver/apollo/pom.xml | 2 +-
jdbc/driver/pom.xml | 2 +-
jdbc/pom.xml | 2 +-
mode/cluster/pom.xml | 2 +-
mode/cluster/repository/nacos/pom.xml | 2 +-
mode/cluster/repository/pom.xml | 2 +-
mode/pom.xml | 2 +-
pom.xml | 2 +-
20 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/features/encrypt/like/pom.xml b/features/encrypt/like/pom.xml
index 8ea8a90..161ec51 100644
--- a/features/encrypt/like/pom.xml
+++ b/features/encrypt/like/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features-encrypt</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-encrypt-like</artifactId>
<name>${project.artifactId}</name>
diff --git a/features/encrypt/pom.xml b/features/encrypt/pom.xml
index beafcb4..867dcc2 100644
--- a/features/encrypt/pom.xml
+++ b/features/encrypt/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-encrypt</artifactId>
<packaging>pom</packaging>
diff --git a/features/encrypt/rc4/pom.xml b/features/encrypt/rc4/pom.xml
index 211b8c1..5687348 100644
--- a/features/encrypt/rc4/pom.xml
+++ b/features/encrypt/rc4/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features-encrypt</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-encrypt-rc4</artifactId>
<name>${project.artifactId}</name>
diff --git a/features/encrypt/sm/pom.xml b/features/encrypt/sm/pom.xml
index bc88fab..67202f9 100644
--- a/features/encrypt/sm/pom.xml
+++ b/features/encrypt/sm/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features-encrypt</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-encrypt-sm</artifactId>
<name>${project.artifactId}</name>
diff --git a/features/pom.xml b/features/pom.xml
index dcd9f9a..03852e1 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features</artifactId>
<packaging>pom</packaging>
diff --git a/features/sharding/cosid/pom.xml b/features/sharding/cosid/pom.xml
index 8c491f2..24f4d99 100644
--- a/features/sharding/cosid/pom.xml
+++ b/features/sharding/cosid/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features-sharding</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-sharding-cosid</artifactId>
<name>${project.artifactId}</name>
diff --git a/features/sharding/nanoid/pom.xml b/features/sharding/nanoid/pom.xml
index 8df3eab..2d4597a 100644
--- a/features/sharding/nanoid/pom.xml
+++ b/features/sharding/nanoid/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features-sharding</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-sharding-nanoid</artifactId>
<name>${project.artifactId}</name>
diff --git a/features/sharding/pom.xml b/features/sharding/pom.xml
index 83de02b..92c15e2 100644
--- a/features/sharding/pom.xml
+++ b/features/sharding/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-features</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-features-sharding</artifactId>
<packaging>pom</packaging>
diff --git a/infra/data-source-pool/c3p0/pom.xml
b/infra/data-source-pool/c3p0/pom.xml
index c03651d..1f67e19 100644
--- a/infra/data-source-pool/c3p0/pom.xml
+++ b/infra/data-source-pool/c3p0/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-infra-data-source-pool</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-infra-data-source-pool-c3p0</artifactId>
<name>${project.artifactId}</name>
diff --git a/infra/data-source-pool/dbcp/pom.xml
b/infra/data-source-pool/dbcp/pom.xml
index 5d3fde0..b733a7d 100644
--- a/infra/data-source-pool/dbcp/pom.xml
+++ b/infra/data-source-pool/dbcp/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-infra-data-source-pool</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-infra-data-source-pool-dbcp</artifactId>
<name>${project.artifactId}</name>
diff --git a/infra/data-source-pool/pom.xml b/infra/data-source-pool/pom.xml
index 5e72328..1282a61 100644
--- a/infra/data-source-pool/pom.xml
+++ b/infra/data-source-pool/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-infra</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-infra-data-source-pool</artifactId>
<packaging>pom</packaging>
diff --git a/infra/pom.xml b/infra/pom.xml
index d105d4b..d6e2b30 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-infra</artifactId>
<packaging>pom</packaging>
diff --git a/jdbc/driver/apollo/pom.xml b/jdbc/driver/apollo/pom.xml
index ed4c006..d45b02f 100644
--- a/jdbc/driver/apollo/pom.xml
+++ b/jdbc/driver/apollo/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-jdbc-driver</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-jdbc-driver-apollo</artifactId>
<name>${project.artifactId}</name>
diff --git a/jdbc/driver/pom.xml b/jdbc/driver/pom.xml
index 989ac4f..37d3a7e 100644
--- a/jdbc/driver/pom.xml
+++ b/jdbc/driver/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-jdbc</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-jdbc-driver</artifactId>
<packaging>pom</packaging>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index ecfa94a..a184295 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-jdbc</artifactId>
<packaging>pom</packaging>
diff --git a/mode/cluster/pom.xml b/mode/cluster/pom.xml
index 3997fd1..d61b15b 100644
--- a/mode/cluster/pom.xml
+++ b/mode/cluster/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-mode</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-mode-cluster</artifactId>
<packaging>pom</packaging>
diff --git a/mode/cluster/repository/nacos/pom.xml
b/mode/cluster/repository/nacos/pom.xml
index 0c00aa1..56aaeee 100644
--- a/mode/cluster/repository/nacos/pom.xml
+++ b/mode/cluster/repository/nacos/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-mode-cluster-repository</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-mode-cluster-repository-nacos</artifactId>
<name>${project.artifactId}</name>
diff --git a/mode/cluster/repository/pom.xml b/mode/cluster/repository/pom.xml
index 3b34a47..e3fb537 100644
--- a/mode/cluster/repository/pom.xml
+++ b/mode/cluster/repository/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin-mode-cluster</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-mode-cluster-repository</artifactId>
<packaging>pom</packaging>
diff --git a/mode/pom.xml b/mode/pom.xml
index b1f60e6..d6339bb 100644
--- a/mode/pom.xml
+++ b/mode/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-plugin-mode</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 1bc0e31..2f12032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-plugin</artifactId>
- <version>5.4.1-SNAPSHOT</version>
+ <version>5.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache ShardingSphere Plugin</name>
<description>Provide plugins for ShardingSphere pluggable
architecture</description>