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 Apr 12, 2019
1 parent f9ac0b3 commit 2c1d23f
Show file tree
Hide file tree
Showing 59 changed files with 61 additions and 63 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</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 @@ -827,7 +827,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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-distribution</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions sharding-distribution/sharding-jdbc-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
~ 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">
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-distribution</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-distribution/sharding-proxy-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-distribution</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-proxy-distribution</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-distribution</artifactId>
<version>4.0.0-RC1-SNAPSHOT</version>
<version>4.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shardingsphere-src-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/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</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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 2c1d23f

Please sign in to comment.