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

panjuan pushed a commit to branch 5.0.0-alpha-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git


The following commit(s) were added to refs/heads/5.0.0-alpha-release by this 
push:
     new fab0676  use 5.0.0-alpha
fab0676 is described below

commit fab0676d803830530feafa2bb8eea6eac675ccdd
Author: tristaZero <[email protected]>
AuthorDate: Tue Nov 17 08:58:56 2020 +0800

    use 5.0.0-alpha
---
 pom.xml                                                                 | 2 +-
 shardingsphere-ui-backend/pom.xml                                       | 2 +-
 shardingsphere-ui-distribution/pom.xml                                  | 2 +-
 .../shardingsphere-ui-bin-distribution/pom.xml                          | 2 +-
 .../shardingsphere-ui-src-distribution/pom.xml                          | 2 +-
 shardingsphere-ui-frontend/pom.xml                                      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index bf91c11..4317db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <groupId>org.apache.shardingsphere</groupId>
     <artifactId>shardingsphere-ui</artifactId>
-    <version>5.0.0-RC1-SNAPSHOT</version>
+    <version>5.0.0-alpha</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
diff --git a/shardingsphere-ui-backend/pom.xml 
b/shardingsphere-ui-backend/pom.xml
index 4634787..5bcfbe6 100644
--- a/shardingsphere-ui-backend/pom.xml
+++ b/shardingsphere-ui-backend/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui</artifactId>
-        <version>5.0.0-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-ui-backend</artifactId>
     <name>${project.artifactId}</name>
diff --git a/shardingsphere-ui-distribution/pom.xml 
b/shardingsphere-ui-distribution/pom.xml
index b25d5be..81f8ecf 100644
--- a/shardingsphere-ui-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui</artifactId>
-        <version>5.0.0-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-ui-distribution</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml 
b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
index a72d35a..f03725c 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui-distribution</artifactId>
-        <version>5.0.0-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-ui-bin-distribution</artifactId>
     <name>${project.artifactId}</name>
diff --git 
a/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml 
b/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
index 86ea092..52ae5d1 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui-distribution</artifactId>
-        <version>5.0.0-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-ui-src-distribution</artifactId>
     <name>${project.artifactId}</name>
diff --git a/shardingsphere-ui-frontend/pom.xml 
b/shardingsphere-ui-frontend/pom.xml
index 51b95bb..d8ecae7 100644
--- a/shardingsphere-ui-frontend/pom.xml
+++ b/shardingsphere-ui-frontend/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui</artifactId>
-        <version>5.0.0-RC1-SNAPSHOT</version>
+        <version>5.0.0-alpha</version>
     </parent>
     <artifactId>shardingsphere-ui-frontend</artifactId>
     <name>${project.artifactId}</name>

Reply via email to