This is an automated email from the ASF dual-hosted git repository.
jianglongtao 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 57a25c9 Update example pom version (#13504)
57a25c9 is described below
commit 57a25c973d72347bd4c5218c9def7715dc7a5d45
Author: Haoran Meng <[email protected]>
AuthorDate: Mon Nov 8 20:25:36 2021 +0800
Update example pom version (#13504)
---
examples/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index 0a2b316..bc3da38 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,9 +39,7 @@
<maven.version.range>[3.0.4,)</maven.version.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.locale>zh_CN</project.build.locale>
-
- <shardingsphere.version>5.0.0-RC1-SNAPSHOT</shardingsphere.version>
-
+ <shardingsphere.version>5.0.1-SNAPSHOT</shardingsphere.version>
<aspectjweaver.version>1.8.9</aspectjweaver.version>
<spring-framework.version>5.0.13.RELEASE</spring-framework.version>
<spring-boot.version>2.0.9.RELEASE</spring-boot.version>