This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 0b85947e45d Fix : refactor the example version issue (#34382)
0b85947e45d is described below
commit 0b85947e45d8c5616478e9844a1749341d3386d3
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jan 17 11:36:53 2025 +0800
Fix : refactor the example version issue (#34382)
---
examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index 9d7719ad5b2..64085056a1f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -32,7 +32,7 @@
</modules>
<properties>
- <revision>5.5.2</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>