You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2020/10/30 13:38:03 UTC

[shardingsphere] branch master updated: modify the version in example pom (#7988)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang 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 8603990  modify the version in example pom (#7988)
8603990 is described below

commit 860399021f0aa6e079522881dee3d312d11dd9fc
Author: Juan Pan(Trista) <pa...@apache.org>
AuthorDate: Fri Oct 30 21:37:46 2020 +0800

    modify the version in example pom (#7988)
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index de4b008..86c1f48 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.shardingsphere.example</groupId>
     <artifactId>shardingsphere-example</artifactId>
-    <version>5.0.0-RC1-SNAPSHOT</version>
+    <version>5.0.0-alpha</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>