Skip to content

Commit 85f2ff8

Browse files
committed
[maven-release-plugin] prepare release 4.0.0-RC2
1 parent 0907320 commit 85f2ff8

File tree

68 files changed

+78
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+78
-96
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>org.apache.shardingsphere</groupId>
2727
<artifactId>shardingsphere</artifactId>
28-
<version>4.0.0-RC2-SNAPSHOT</version>
28+
<version>4.0.0-RC2</version>
2929
<packaging>pom</packaging>
3030
<name>${project.artifactId}</name>
3131

@@ -876,7 +876,7 @@
876876
<connection>scm:git:https://github.com/apache/incubator-shardingsphere.git</connection>
877877
<developerConnection>scm:git:https://github.com/apache/incubator-shardingsphere.git</developerConnection>
878878
<url>https://github.com/apache/incubator-shardingsphere.git</url>
879-
<tag>HEAD</tag>
879+
<tag>4.0.0-RC2</tag>
880880
</scm>
881881

882882
<mailingLists>

sharding-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-core</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-api</artifactId>

sharding-core/sharding-core-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-common</artifactId>

sharding-core/sharding-core-entry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-entry</artifactId>

sharding-core/sharding-core-execute/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-execute</artifactId>

sharding-core/sharding-core-merge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-merge</artifactId>

sharding-core/sharding-core-optimize/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-optimize</artifactId>

sharding-core/sharding-core-parse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-core</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-core-parse</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-parse/sharding-core-parse-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core-parse</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-common</artifactId>

sharding-core/sharding-core-parse/sharding-core-parse-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core-parse</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-mysql</artifactId>

sharding-core/sharding-core-parse/sharding-core-parse-oracle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-core-parse</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-core-parse-oracle</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-parse/sharding-core-parse-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-core-parse</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-core-parse-postgresql</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-parse/sharding-core-parse-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>sharding-core-parse</artifactId>
2222
<groupId>org.apache.shardingsphere</groupId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-spi</artifactId>

sharding-core/sharding-core-parse/sharding-core-parse-sqlserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-core-parse</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-core-parse-sqlserver</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-parse/sharding-core-parse-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core-parse</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-test</artifactId>

sharding-core/sharding-core-rewrite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-core</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-rewrite</artifactId>

sharding-core/sharding-core-route/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>sharding-core</artifactId>
2222
<groupId>org.apache.shardingsphere</groupId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-route</artifactId>

sharding-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>shardingsphere</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-distribution</artifactId>

sharding-distribution/sharding-jdbc-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-distribution</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-jdbc-distribution</artifactId>

sharding-distribution/sharding-proxy-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-distribution</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-proxy-distribution</artifactId>

sharding-distribution/shardingsphere-src-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shardingsphere</groupId>
2222
<artifactId>sharding-distribution</artifactId>
23-
<version>4.0.0-RC2-SNAPSHOT</version>
23+
<version>4.0.0-RC2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shardingsphere-src-distribution</artifactId>

sharding-integration-test/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<packaging>pom</packaging>
2422
<modules>
@@ -27,7 +25,7 @@
2725
<parent>
2826
<groupId>org.apache.shardingsphere</groupId>
2927
<artifactId>shardingsphere</artifactId>
30-
<version>4.0.0-RC2-SNAPSHOT</version>
28+
<version>4.0.0-RC2</version>
3129
</parent>
3230
<artifactId>sharding-integration-test</artifactId>
3331
<name>${project.artifactId}</name>

sharding-integration-test/sharding-jdbc-test/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.shardingsphere</groupId>
2523
<artifactId>sharding-integration-test</artifactId>
26-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2725
</parent>
2826
<artifactId>sharding-jdbc-test</artifactId>
2927
<name>${project.artifactId}</name>

sharding-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-jdbc</artifactId>
2727
<name>${project.artifactId}</name>

sharding-jdbc/sharding-jdbc-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-jdbc</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-jdbc-core</artifactId>
2727
<name>${project.artifactId}</name>

sharding-jdbc/sharding-jdbc-orchestration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-jdbc</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-jdbc-orchestration</artifactId>
2727
<name>${project.artifactId}</name>

sharding-opentracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-opentracing</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-orchestration</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-core</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-reg/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-reg</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration-reg</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-reg-api</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-zookeeper-curator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration-reg</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy</artifactId>
2727
<packaging>pom</packaging>

sharding-proxy/sharding-proxy-backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-backend</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/sharding-proxy-bootstrap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-bootstrap</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/sharding-proxy-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-common</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/sharding-proxy-frontend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-frontend</artifactId>
2727
<packaging>pom</packaging>

sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy-frontend</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-frontend-core</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy-frontend</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-frontend-mysql</artifactId>
2727
<name>${project.artifactId}</name>

sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-proxy-frontend</artifactId>
24-
<version>4.0.0-RC2-SNAPSHOT</version>
24+
<version>4.0.0-RC2</version>
2525
</parent>
2626
<artifactId>sharding-proxy-frontend-postgresql</artifactId>
2727
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)