This is an automated email from the ASF dual-hosted git repository. jiangmaolin pushed a commit to branch dev-5.5.1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit bae77c6c27d99026095df2f0106dcb3331279dde Author: RaigorJiang <[email protected]> AuthorDate: Tue Oct 29 16:09:30 2024 +0800 Update pom version to 5.5.1 --- infra/diff/pom.xml | 2 +- mode/type/cluster/enterprise/pom.xml | 2 +- proxy/backend/enterprise/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/diff/pom.xml b/infra/diff/pom.xml index e271d127644..70189a8c480 100644 --- a/infra/diff/pom.xml +++ b/infra/diff/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> - <version>5.5.1-SNAPSHOT</version> + <version>5.5.1</version> </parent> <groupId>com.sphere-ex</groupId> <artifactId>dbplusengine-infra-diff</artifactId> diff --git a/mode/type/cluster/enterprise/pom.xml b/mode/type/cluster/enterprise/pom.xml index 1f3a6e7b72b..a69233096f3 100644 --- a/mode/type/cluster/enterprise/pom.xml +++ b/mode/type/cluster/enterprise/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-cluster-mode</artifactId> - <version>5.5.1-SNAPSHOT</version> + <version>5.5.1</version> </parent> <groupId>com.sphere-ex</groupId> <artifactId>dbplusengine-cluster-mode-enterprise</artifactId> diff --git a/proxy/backend/enterprise/pom.xml b/proxy/backend/enterprise/pom.xml index f52581e403c..5de0d137b74 100644 --- a/proxy/backend/enterprise/pom.xml +++ b/proxy/backend/enterprise/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-proxy-backend</artifactId> - <version>5.5.1-SNAPSHOT</version> + <version>5.5.1</version> </parent> <groupId>com.sphere-ex</groupId> <artifactId>dbplusengine-proxy-backend-enterprise</artifactId>
