Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Mar 22, 2019
1 parent fc77595 commit 90a17fd
Show file tree
Hide file tree
Showing 60 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

Expand Down Expand Up @@ -872,7 +872,7 @@
<connection>scm:git:https://github.com/apache/incubator-shardingsphere.git</connection>
<developerConnection>scm:git:https://github.com/apache/incubator-shardingsphere.git</developerConnection>
<url>https://github.com/apache/incubator-shardingsphere.git</url>
<tag>HEAD</tag>
<tag>4.0.0-RC1</tag>
</scm>

<mailingLists>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-api/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-common/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-entry/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-entry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-execute/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-execute</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-merge/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-merge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-optimize/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-optimize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-parse/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core-parse</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-parse-common</artifactId>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-parse-mysql</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core-parse-oracle</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core-parse-postgresql</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>sharding-core-parse</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-parse-spi</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-core-parse-sqlserver</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-parse-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-rewrite/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-rewrite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/sharding-core-route/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>sharding-core</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-route</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-jdbc</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-orchestration/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-jdbc-orchestration</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-opentracing/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-opentracing</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-orchestration</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/sharding-orchestration-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-orchestration-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/sharding-orchestration-reg/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-orchestration-reg</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-orchestration-reg-api</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/sharding-proxy-backend/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-backend</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/sharding-proxy-bootstrap/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-bootstrap</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/sharding-proxy-common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-common</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/sharding-proxy-frontend/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-frontend</artifactId>
<packaging>pom</packaging>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-frontend-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-frontend-mysql</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-frontend-postgresql</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-frontend-spi</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-proxy/sharding-proxy-transport/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-transport</artifactId>
<packaging>pom</packaging>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-transport</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-transport-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-transport</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-transport-mysql</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-transport</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-proxy-transport-postgresql</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-spring/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-spring</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-spring/sharding-jdbc-orchestration-spring/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-spring</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 90a17fd

Please sign in to comment.