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 2020/11/11 01:33:04 UTC

[shardingsphere-ui] branch 5.0.0-alpha-release updated (9461f63 -> 6e3e051)

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

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


    from 9461f63  use 5.0.0-alpha
     add 7f06633  [maven-release-plugin] prepare release 5.0.0-alpha
     new 6e3e051  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                             | 2 +-
 shardingsphere-ui-backend/pom.xml                                   | 2 +-
 shardingsphere-ui-distribution/pom.xml                              | 2 +-
 .../shardingsphere-ui-bin-distribution/pom.xml                      | 6 ++----
 .../shardingsphere-ui-src-distribution/pom.xml                      | 6 ++----
 shardingsphere-ui-frontend/pom.xml                                  | 5 ++---
 6 files changed, 9 insertions(+), 14 deletions(-)


[shardingsphere-ui] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by pa...@apache.org.
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

commit 6e3e0519ce2f3e2188264b387c8f1cd17453c987
Author: tristaZero <ha...@163.com>
AuthorDate: Wed Nov 11 09:26:32 2020 +0800

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                                               | 4 ++--
 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, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5323d96..cb6583f 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-alpha</version>
+    <version>5.0.0-beta-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     
@@ -180,6 +180,6 @@
         <connection>scm:git:https://github.com/apache/shardingsphere-ui.git</connection>
         <developerConnection>scm:git:https://github.com/apache/shardingsphere-ui.git</developerConnection>
         <url>https://github.com/apache/shardingsphere-ui.git</url>
-        <tag>5.0.0-alpha</tag>
+        <tag>HEAD</tag>
     </scm>
 </project>
diff --git a/shardingsphere-ui-backend/pom.xml b/shardingsphere-ui-backend/pom.xml
index 5bcfbe6..0476d78 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-alpha</version>
+        <version>5.0.0-beta-SNAPSHOT</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 81f8ecf..c16f37c 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-alpha</version>
+        <version>5.0.0-beta-SNAPSHOT</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 ab34384..ad964c6 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui-distribution</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-beta-SNAPSHOT</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 f882458..6b4bfdc 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui-distribution</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-beta-SNAPSHOT</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 ba466fd..51fa4d3 100644
--- a/shardingsphere-ui-frontend/pom.xml
+++ b/shardingsphere-ui-frontend/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.shardingsphere</groupId>
         <artifactId>shardingsphere-ui</artifactId>
-        <version>5.0.0-alpha</version>
+        <version>5.0.0-beta-SNAPSHOT</version>
     </parent>
     <artifactId>shardingsphere-ui-frontend</artifactId>
     <name>${project.artifactId}</name>