This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch 3.0.0-alpha-release in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git
commit 174661dc77366eb8ab0742ac61ab0f5c84a60f2c Author: terrymanu <[email protected]> AuthorDate: Tue Aug 11 15:16:00 2020 +0800 [maven-release-plugin] prepare release shardingsphere-elasticjob-ui-3.0.0-alpha --- pom.xml | 4 ++-- shardingsphere-elasticjob-cloud-ui/pom.xml | 4 ++-- .../shardingsphere-elasticjob-cloud-ui-backend/pom.xml | 4 ++-- .../shardingsphere-elasticjob-cloud-ui-frontend/pom.xml | 5 ++--- shardingsphere-elasticjob-lite-ui/pom.xml | 4 ++-- .../shardingsphere-elasticjob-lite-ui-backend/pom.xml | 4 ++-- .../shardingsphere-elasticjob-lite-ui-frontend/pom.xml | 5 ++--- shardingsphere-elasticjob-ui-distribution/pom.xml | 2 +- .../shardingsphere-elasticjob-cloud-ui-bin-distribution/pom.xml | 6 ++---- .../shardingsphere-elasticjob-lite-ui-bin-distribution/pom.xml | 6 ++---- .../shardingsphere-elasticjob-ui-src-distribution/pom.xml | 6 ++---- 11 files changed, 21 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 9c2d101..65f9b9a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> <packaging>pom</packaging> <name>${project.artifactId}</name> @@ -230,7 +230,7 @@ <connection>scm:git:https://github.com/apache/shardingsphere-elasticjob-ui.git</connection> <developerConnection>scm:git:https://github.com/apache/shardingsphere-elasticjob-ui.git</developerConnection> <url>https://github.com/apache/shardingsphere-elasticjob-ui.git</url> - <tag>HEAD</tag> + <tag>shardingsphere-elasticjob-ui-3.0.0-alpha</tag> </scm> <mailingLists> diff --git a/shardingsphere-elasticjob-cloud-ui/pom.xml b/shardingsphere-elasticjob-cloud-ui/pom.xml index 0e8f012..e579086 100644 --- a/shardingsphere-elasticjob-cloud-ui/pom.xml +++ b/shardingsphere-elasticjob-cloud-ui/pom.xml @@ -21,10 +21,10 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-cloud-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml index d500bd5..0287af3 100644 --- a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml +++ b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-cloud-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-cloud-ui-backend</artifactId> <name>${project.artifactId}</name> @@ -30,7 +30,7 @@ <dependency> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-cloud-common</artifactId> - <version>${project.parent.version}</version> + <version>3.0.0-alpha</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml index bd13daa..77c4029 100644 --- a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml +++ b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-cloud-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-cloud-ui-frontend</artifactId> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-lite-ui/pom.xml b/shardingsphere-elasticjob-lite-ui/pom.xml index b7017e9..90597a1 100644 --- a/shardingsphere-elasticjob-lite-ui/pom.xml +++ b/shardingsphere-elasticjob-lite-ui/pom.xml @@ -21,10 +21,10 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-lite-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml index 28eb935..0dfb831 100644 --- a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml +++ b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-lite-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-lite-ui-backend</artifactId> <name>${project.artifactId}</name> @@ -30,7 +30,7 @@ <dependency> <groupId>org.apache.shardingsphere.elasticjob</groupId> <artifactId>elasticjob-lite-lifecycle</artifactId> - <version>${project.parent.version}</version> + <version>3.0.0-alpha</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml index ac8e826..b937139 100644 --- a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml +++ b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-lite-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-lite-ui-frontend</artifactId> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-ui-distribution/pom.xml b/shardingsphere-elasticjob-ui-distribution/pom.xml index 41785b1..40941ff 100644 --- a/shardingsphere-elasticjob-ui-distribution/pom.xml +++ b/shardingsphere-elasticjob-ui-distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-ui-distribution</artifactId> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/pom.xml b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/pom.xml index 130158d..21d4cad 100644 --- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/pom.xml +++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui-distribution</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-cloud-ui-bin-distribution</artifactId> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/pom.xml b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/pom.xml index 33fe68f..ae0d60b 100644 --- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/pom.xml +++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui-distribution</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-lite-ui-bin-distribution</artifactId> <name>${project.artifactId}</name> diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/pom.xml b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/pom.xml index 572b343..f941aea 100644 --- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/pom.xml +++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-elasticjob-ui-distribution</artifactId> - <version>3.0.0-alpha-SNAPSHOT</version> + <version>3.0.0-alpha</version> </parent> <artifactId>shardingsphere-elasticjob-ui-src-distribution</artifactId> <name>${project.artifactId}</name>
