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 14:47:52 UTC

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

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

commit bc461d05f8b72997bbaca51e1ebaf4d25c294fc8
Author: Juan Pan(Trista) <pa...@apache.org>
AuthorDate: Fri Oct 30 22:47:25 2020 +0800

    modify the version in example pom (#7989)
---
 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 +-
 .../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-example/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-example/transaction-2pc-xa-spring-boot-example/pom.xml  | 2 +-
 .../transaction-2pc-xa-spring-namespace-example/pom.xml                 | 2 +-
 .../transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml | 2 +-
 .../transaction-base-seata-spring-boot-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 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/examples/example-core/config-utility/pom.xml b/examples/example-core/config-utility/pom.xml
index 215541c..bacaaa0 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 eea33f4..b33fb84 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 1448337..7ce6c78 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 8682aad..0e3b97a 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 fca649e..bb03257 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 8c4e420..446677e 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>example-core</artifactId>
     <packaging>pom</packaging>
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 d620169..cbc65ff 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 5cc09e5..7f11c84 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 511eeab..3a7728c 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 6ac4b5d..9cabb49 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 c246669..5b3d798 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 20d78f0..3ff580b 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 005f9a3..6e9f03f 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 78d0c9f..8ee74ca 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 5d2f0b3..49baa94 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 c006fc5..a8d1c85 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 f48464d..7ea01bd 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 69a0904..37b675e 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 98ea985..5b36a74 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 78cc9e8..1bdcd6b 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 f48fbd3..a3a3949 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 44ec4d2..e552ba4 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 e8fd79c..fc1a1c7 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 14f5417..797b26e 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 646140e..c931167 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 97b272b..5b60730 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 b28eb83..de5af34 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 39dbc21..ae333a2 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 5f88d78..6dc14c4 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 7557398..9a21cbd 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-RC1-SNAPSHOT</version>
+    <version>5.0.0-alpha</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 3911c11..6c1f063 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-RC1-SNAPSHOT</version>
+    <version>5.0.0-alpha</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 f5c7003..8880bb3 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 606385b..22c45e8 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 a9b2394..daff8c3 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 02fac52..44edd0f 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 7d80e21..018a819 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>transaction-base-seata-spring-boot-example</artifactId>
     <name>Example::transaction::base-seata-spring-boot</name>
diff --git a/examples/shardingsphere-proxy-example/pom.xml b/examples/shardingsphere-proxy-example/pom.xml
index 32824eb..fc74053 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 1a6c46b..da03d7d 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</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 4860e4e..4759ab6 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-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-proxy-hint-example</artifactId>
     <name>${project.artifactId}</name>