This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch 5.5.3-release in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit a9624b43716d23247784dd58fd21c78a031db805 Author: RaigorJiang <[email protected]> AuthorDate: Mon Jan 19 15:44:16 2026 +0800 Update RELEASE-NOTES.md and version in example --- README.md | 6 +++--- README_ZH.md | 6 +++--- RELEASE-NOTES.md | 2 +- examples/pom.xml | 2 +- .../src/test/java/PomTemplateTest.java | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f31d6945f91..59698749635 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,13 @@ We deeply appreciate [community contributors](https://shardingsphere.apache.org/ <hr> -:white_check_mark: **Version 5.5.3-SNAPSHOT**: Actively under development :tada: +:white_check_mark: **Version 5.5.4-SNAPSHOT**: Actively under development :tada: 🔗 For the release notes, follow this link to the relevant [GitHub page](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md). -:soon: **Version 5.5.3** +:soon: **Version 5.5.4** -We are currently developing version 5.5.3, which includes multiple security enhancements and performance optimizations. +We are currently developing version 5.5.4, which includes multiple security enhancements and performance optimizations. Keep an eye on the [milestones page](https://github.com/apache/shardingsphere/milestones) of this repo for the latest development progress. [comment]: <> (##) diff --git a/README_ZH.md b/README_ZH.md index 88d81e4e2ec..204d0d13d18 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -160,13 +160,13 @@ ShardingSphere 采用独特的双接入端架构设计,提供 JDBC 和 Proxy <hr> -:white_check_mark: **Version 5.5.3-SNAPSHOT**: 正在积极开发中 :tada: +:white_check_mark: **Version 5.5.4-SNAPSHOT**: 正在积极开发中 :tada: 🔗 请访问 [发布说明](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md) 获得更详细的信息。 -:soon: **Version 5.5.3** +:soon: **Version 5.5.4** -我们目前正在开发 5.5.3 版本,包含多项安全增强和性能优化。 +我们目前正在开发 5.5.4 版本,包含多项安全增强和性能优化。 请访问[里程碑](https://github.com/apache/shardingsphere/milestones) 获取最新开发进展。 ## diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 055ab5a94ec..c7e645ea0f5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -## Release 5.5.3-SNAPSHOT +## Release 5.5.3 ### CVE diff --git a/examples/pom.xml b/examples/pom.xml index 2618937d6fa..664b978542c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -32,7 +32,7 @@ </modules> <properties> - <revision>5.5.3-SNAPSHOT</revision> + <revision>5.5.3</revision> <java.version>1.8</java.version> <maven.version.range>[3.0.4,)</maven.version.range> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/examples/shardingsphere-jdbc-example-generator/src/test/java/PomTemplateTest.java b/examples/shardingsphere-jdbc-example-generator/src/test/java/PomTemplateTest.java index 70d5208b3d4..8b39ca70832 100644 --- a/examples/shardingsphere-jdbc-example-generator/src/test/java/PomTemplateTest.java +++ b/examples/shardingsphere-jdbc-example-generator/src/test/java/PomTemplateTest.java @@ -78,7 +78,7 @@ public final class PomTemplateTest { result.put("feature", "sharding"); result.put("framework", "spring-boot-starter-jdbc"); result.put("transaction", "local"); - result.put("shardingsphereVersion", "5.5.3-SNAPSHOT"); + result.put("shardingsphereVersion", "5.5.3"); result.put("namespace", "generator-demo"); return result; }
