Skip to content

Commit

Permalink
[maven-release-plugin] prepare release shardingsphere-elasticjob-ui-3…
Browse files Browse the repository at this point in the history
….0.0-alpha
  • Loading branch information
terrymanu committed Aug 11, 2020
1 parent e6a9446 commit 174661d
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 29 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions shardingsphere-elasticjob-cloud-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions shardingsphere-elasticjob-lite-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-elasticjob-ui-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 174661d

Please sign in to comment.