You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/06/16 05:32:49 UTC

[shardingsphere] branch master updated: fix examples pom version (#10802)

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

panjuan 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 0b67ead  fix examples pom version (#10802)
0b67ead is described below

commit 0b67ead98807f3913267a0e8aa33a0ac7d9035e6
Author: totalo <48...@qq.com>
AuthorDate: Wed Jun 16 13:31:59 2021 +0800

    fix examples pom version (#10802)
---
 examples/example-core/config-utility/pom.xml                          | 2 +-
 examples/example-core/example-api/pom.xml                             | 2 +-
 examples/example-core/example-raw-jdbc/pom.xml                        | 2 +-
 examples/example-core/example-spring-jpa/pom.xml                      | 2 +-
 examples/example-core/example-spring-mybatis/pom.xml                  | 2 +-
 examples/example-core/pom.xml                                         | 2 +-
 examples/pom.xml                                                      | 4 ++--
 .../governance-example/governance-raw-jdbc-example/pom.xml            | 2 +-
 .../governance-example/governance-spring-boot-example/pom.xml         | 2 +-
 .../governance-example/governance-spring-namespace-example/pom.xml    | 2 +-
 examples/shardingsphere-jdbc-example/governance-example/pom.xml       | 2 +-
 .../encrypt-example/encrypt-raw-jdbc-example/pom.xml                  | 2 +-
 .../encrypt-example/encrypt-spring-boot-example/pom.xml               | 2 +-
 .../encrypt-example/encrypt-spring-namespace-example/pom.xml          | 2 +-
 .../other-feature-example/encrypt-example/pom.xml                     | 2 +-
 .../other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml  | 2 +-
 .../other-feature-example/hint-example/pom.xml                        | 2 +-
 examples/shardingsphere-jdbc-example/other-feature-example/pom.xml    | 2 +-
 .../other-feature-example/shadow-example/pom.xml                      | 2 +-
 .../shadow-example/shadow-raw-jdbc-example/pom.xml                    | 2 +-
 .../shadow-example/shadow-spring-boot-example/pom.xml                 | 2 +-
 .../shadow-example/shadow-spring-namespace-example/pom.xml            | 2 +-
 examples/shardingsphere-jdbc-example/pom.xml                          | 2 +-
 examples/shardingsphere-jdbc-example/sharding-example/pom.xml         | 2 +-
 .../sharding-example/sharding-raw-jdbc-example/pom.xml                | 2 +-
 .../sharding-example/sharding-spring-boot-jpa-example/pom.xml         | 2 +-
 .../sharding-example/sharding-spring-boot-mybatis-example/pom.xml     | 2 +-
 .../sharding-example/sharding-spring-namespace-jpa-example/pom.xml    | 2 +-
 .../sharding-spring-namespace-mybatis-example/pom.xml                 | 2 +-
 examples/shardingsphere-jdbc-example/transaction-example/pom.xml      | 2 +-
 .../transaction-2pc-xa-bitronix-raw-jdbc-example/pom.xml              | 2 +-
 .../transaction-2pc-xa-narayana-raw-jdbc-example/pom.xml              | 2 +-
 .../transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml   | 2 +-
 .../transaction-2pc-xa-spring-boot-example/pom.xml                    | 2 +-
 .../transaction-2pc-xa-spring-namespace-example/pom.xml               | 2 +-
 .../transaction-base-seata-raw-jdbc-example/pom.xml                   | 2 +-
 .../transaction-base-seata-spring-boot-example/pom.xml                | 2 +-
 examples/shardingsphere-parser-example/pom.xml                        | 2 +-
 examples/shardingsphere-proxy-example/pom.xml                         | 2 +-
 .../shardingsphere-proxy-boot-mybatis-example/pom.xml                 | 2 +-
 .../shardingsphere-proxy-hint-example/pom.xml                         | 2 +-
 41 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/examples/example-core/config-utility/pom.xml b/examples/example-core/config-utility/pom.xml
index c4e4708..0717000 100644
--- a/examples/example-core/config-utility/pom.xml
+++ b/examples/example-core/config-utility/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>example-core</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>config-utility</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/example-core/example-api/pom.xml b/examples/example-core/example-api/pom.xml
index b33fb84..eea33f4 100644
--- a/examples/example-core/example-api/pom.xml
+++ b/examples/example-core/example-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>example-core</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>example-api</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/example-core/example-raw-jdbc/pom.xml b/examples/example-core/example-raw-jdbc/pom.xml
index 7ce6c78..1448337 100644
--- a/examples/example-core/example-raw-jdbc/pom.xml
+++ b/examples/example-core/example-raw-jdbc/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>example-core</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>example-raw-jdbc</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/example-core/example-spring-jpa/pom.xml b/examples/example-core/example-spring-jpa/pom.xml
index 0e3b97a..8682aad 100644
--- a/examples/example-core/example-spring-jpa/pom.xml
+++ b/examples/example-core/example-spring-jpa/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>example-core</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>example-spring-jpa</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/example-core/example-spring-mybatis/pom.xml b/examples/example-core/example-spring-mybatis/pom.xml
index bb03257..fca649e 100644
--- a/examples/example-core/example-spring-mybatis/pom.xml
+++ b/examples/example-core/example-spring-mybatis/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>example-core</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>example-spring-mybatis</artifactId>
     <name>common::example-spring-mybatis</name>
diff --git a/examples/example-core/pom.xml b/examples/example-core/pom.xml
index 446677e..8c4e420 100644
--- a/examples/example-core/pom.xml
+++ b/examples/example-core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>example-core</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/pom.xml b/examples/pom.xml
index 644e8e5..ba24f3d 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-beta</version>
+    <version>5.0.0-RC1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
@@ -39,7 +39,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.locale>zh_CN</project.build.locale>
         
-        <shardingsphere.version>5.0.0-beta</shardingsphere.version>
+        <shardingsphere.version>5.0.0-RC1-SNAPSHOT</shardingsphere.version>
         
         <aspectjweaver.version>1.8.9</aspectjweaver.version>
         <spring-framework.version>4.3.20.RELEASE</spring-framework.version>
diff --git a/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
index 0f5854a..ae6a580 100644
--- a/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>governance-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>governance-raw-jdbc-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-boot-example/pom.xml b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-boot-example/pom.xml
index 3982cb0..f1039cc 100644
--- a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-boot-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-boot-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>governance-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>governance-spring-boot-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/pom.xml b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/pom.xml
index 6a26449..8ad5287 100644
--- a/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/governance-example/governance-spring-namespace-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>governance-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>governance-spring-namespace-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/governance-example/pom.xml b/examples/shardingsphere-jdbc-example/governance-example/pom.xml
index 9cabb49..6ac4b5d 100644
--- a/examples/shardingsphere-jdbc-example/governance-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/governance-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-jdbc-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>governance-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-raw-jdbc-example/pom.xml
index 5b3d798..c246669 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>encrypt-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>encrypt-raw-jdbc-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/pom.xml
index 3ff580b..20d78f0 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>encrypt-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>encrypt-spring-boot-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-namespace-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-namespace-example/pom.xml
index 6e9f03f..005f9a3 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-namespace-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-namespace-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>encrypt-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>encrypt-spring-namespace-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/pom.xml
index 8ee74ca..78d0c9f 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>other-feature-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>encrypt-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml
index 49baa94..5d2f0b3 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>hint-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>hint-raw-jdbc-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/pom.xml
index a8d1c85..c006fc5 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/hint-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>other-feature-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>hint-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/pom.xml
index 7ea01bd..f48464d 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-jdbc-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>other-feature-example</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/pom.xml
index 37b675e..69a0904 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>other-feature-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shadow-example</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-raw-jdbc-example/pom.xml
index 5b36a74..98ea985 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shadow-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shadow-raw-jdbc-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-boot-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-boot-example/pom.xml
index 1bdcd6b..78cc9e8 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-boot-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-boot-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shadow-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shadow-spring-boot-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-namespace-example/pom.xml b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-namespace-example/pom.xml
index a3a3949..f48fbd3 100644
--- a/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-namespace-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/other-feature-example/shadow-example/shadow-spring-namespace-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>shadow-example</artifactId>
         <groupId>org.apache.shardingsphere.example</groupId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shadow-spring-namespace-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/pom.xml
index e552ba4..44ec4d2 100644
--- a/examples/shardingsphere-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-jdbc-example</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/pom.xml
index fc1a1c7..e8fd79c 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-jdbc-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/sharding-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/sharding-raw-jdbc-example/pom.xml
index 797b26e..14f5417 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/sharding-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/sharding-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>sharding-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-raw-jdbc-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-jpa-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-jpa-example/pom.xml
index c931167..646140e 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-jpa-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-jpa-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>sharding-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-spring-boot-jpa-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/pom.xml
index 5b60730..97b272b 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>sharding-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-spring-boot-mybatis-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-jpa-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-jpa-example/pom.xml
index de5af34..b28eb83 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-jpa-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-jpa-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>sharding-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-spring-namespace-jpa-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-mybatis-example/pom.xml b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-mybatis-example/pom.xml
index ae333a2..39dbc21 100644
--- a/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-mybatis-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/sharding-example/sharding-spring-namespace-mybatis-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>sharding-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>sharding-spring-namespace-mybatis-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/pom.xml
index 6dc14c4..5f88d78 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-jdbc-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-example</artifactId>
     <name>Example::transaction::root</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-bitronix-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-bitronix-raw-jdbc-example/pom.xml
index 9a21cbd..7557398 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-bitronix-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-bitronix-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shardingsphere.example</groupId>
     <artifactId>transaction-example</artifactId>
-    <version>5.0.0-alpha</version>
+    <version>5.0.0-RC1-SNAPSHOT</version>
   </parent>
   <artifactId>transaction-2pc-xa-bitronix-raw-jdbc-example</artifactId>
   <name>Example::transaction::2pc-xa-bitronix-raw-jdbc</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-narayana-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-narayana-raw-jdbc-example/pom.xml
index 6c1f063..3911c11 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-narayana-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-narayana-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shardingsphere.example</groupId>
     <artifactId>transaction-example</artifactId>
-    <version>5.0.0-alpha</version>
+    <version>5.0.0-RC1-SNAPSHOT</version>
   </parent>
   <artifactId>transaction-2pc-xa-narayana-raw-jdbc-example</artifactId>
   <name>Example::transaction::2pc-xa-narayana-raw-jdbc</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml
index 8880bb3..f5c7003 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>transaction-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-2pc-xa-raw-jdbc-example</artifactId>
     <name>Example::transaction::2pc-xa-raw-jdbc</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-boot-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-boot-example/pom.xml
index 22c45e8..606385b 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-boot-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-boot-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>transaction-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-2pc-xa-spring-boot-example</artifactId>
     <name>Example::transaction::2pc-xa-spring-boot</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-namespace-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-namespace-example/pom.xml
index daff8c3..a9b2394 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-namespace-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-2pc-xa-spring-namespace-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>transaction-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-2pc-xa-spring-namespace-example</artifactId>
     <name>Example::transaction::2pc-xa-spring-namespace</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml
index 44edd0f..02fac52 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>transaction-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-base-seata-raw-jdbc-example</artifactId>
     <name>Example::transaction::base-seata-raw-jdbc</name>
diff --git a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/pom.xml b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/pom.xml
index 018a819..7d80e21 100644
--- a/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/pom.xml
+++ b/examples/shardingsphere-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>transaction-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>transaction-base-seata-spring-boot-example</artifactId>
     <name>Example::transaction::base-seata-spring-boot</name>
diff --git a/examples/shardingsphere-parser-example/pom.xml b/examples/shardingsphere-parser-example/pom.xml
index 3e08084..cdc7da3 100644
--- a/examples/shardingsphere-parser-example/pom.xml
+++ b/examples/shardingsphere-parser-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-parser-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-proxy-example/pom.xml b/examples/shardingsphere-proxy-example/pom.xml
index fc74053..32824eb 100644
--- a/examples/shardingsphere-proxy-example/pom.xml
+++ b/examples/shardingsphere-proxy-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-example</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/pom.xml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/pom.xml
index da03d7d..1a6c46b 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/pom.xml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-proxy-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-boot-mybatis-example</artifactId>
     <name>${project.artifactId}</name>
diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/pom.xml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/pom.xml
index 4759ab6..4860e4e 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/pom.xml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere.example</groupId>
         <artifactId>shardingsphere-proxy-example</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-RC1-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-proxy-hint-example</artifactId>
     <name>${project.artifactId}</name>