This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch 5.5.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/5.5.1-release by this push:
new 5e897a0ac0b Refactor : update the example revision to
NEXT.DEVELOPMENT.VERSION
5e897a0ac0b is described below
commit 5e897a0ac0bb3026a43ac9406e4639a2237fb3ba
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Oct 22 10:09:37 2024 +0800
Refactor : update the example revision to NEXT.DEVELOPMENT.VERSION
---
examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index e2520d8458c..64762c0dbd1 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,7 +32,7 @@
</modules>
<properties>
- <revision>5.5.1</revision>
+ <revision>5.5.2-SNAPSHOT</revision>
<java.version>1.8</java.version>
<maven.version.range>[3.0.4,)</maven.version.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>