Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
tristaZero committed Nov 7, 2019
1 parent 2409edf commit ea05bb0
Show file tree
Hide file tree
Showing 81 changed files with 89 additions and 101 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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

Expand Down Expand Up @@ -906,7 +906,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-RC3</tag>
</scm>

<mailingLists>
Expand Down
5 changes: 2 additions & 3 deletions sharding-core/database-time-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +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-core</artifactId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>database-time-service</artifactId>
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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-merge</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-parse</artifactId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-parse-sql92</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-preprocessor/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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-core-preprocessor</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-distribution/sharding-jdbc-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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-proxy-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-distribution/sharding-ui-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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-ui-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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shardingsphere-src-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sharding-integration-test/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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-integration-test</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion sharding-integration-test/sharding-jdbc-test/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-integration-test</artifactId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-jdbc-test</artifactId>
<name>${project.artifactId}</name>
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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration</artifactId>
<name>${project.artifactId}</name>
Expand Down
6 changes: 2 additions & 4 deletions sharding-orchestration/sharding-orchestration-config/pom.xml
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>
<artifactId>sharding-orchestration</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration-config</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>
<artifactId>sharding-orchestration-config</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration-config-api</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>
<artifactId>sharding-orchestration-config</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration-config-apollo</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>
<artifactId>sharding-orchestration-config</artifactId>
<groupId>org.apache.shardingsphere</groupId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration-config-zookeeper-curator</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-orchestration-reg-api</artifactId>
<name>${project.artifactId}</name>
Expand Down

1 comment on commit ea05bb0

@HongJinFeng
Copy link
Contributor

@HongJinFeng HongJinFeng commented on ea05bb0 Nov 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When can i find the dependency of the version 4.0.0-RC3 in maven central repository? The version of 4.0.0-RC2 which i use to data masking has too many bugs. @tristaZero

Please sign in to comment.