Skip to content

Commit 78a67e8

Browse files
committed
[maven-release-plugin] prepare release 4.0.0-RC3
1 parent 0e67c69 commit 78a67e8

File tree

81 files changed

+82
-82
lines changed

Some content is hidden

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

81 files changed

+82
-82
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-RC3-SNAPSHOT</version>
28+
<version>4.0.0-RC3</version>
2929
<packaging>pom</packaging>
3030
<name>${project.artifactId}</name>
3131

@@ -906,7 +906,7 @@
906906
<connection>scm:git:https://github.com/apache/incubator-shardingsphere.git</connection>
907907
<developerConnection>scm:git:https://github.com/apache/incubator-shardingsphere.git</developerConnection>
908908
<url>https://github.com/apache/incubator-shardingsphere.git</url>
909-
<tag>HEAD</tag>
909+
<tag>4.0.0-RC3</tag>
910910
</scm>
911911

912912
<mailingLists>

sharding-core/database-time-service/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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>database-time-service</artifactId>

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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-merge</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-spi</artifactId>

sharding-core/sharding-core-parse/sharding-core-parse-sql92/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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-sql92</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-parse-test</artifactId>

sharding-core/sharding-core-preprocessor/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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-core-preprocessor</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-proxy-distribution</artifactId>

sharding-distribution/sharding-ui-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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>sharding-ui-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-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shardingsphere-src-distribution</artifactId>

sharding-integration-test/pom.xml

+1-1
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-RC3-SNAPSHOT</version>
28+
<version>4.0.0-RC3</version>
2929
</parent>
3030
<artifactId>sharding-integration-test</artifactId>
3131
<name>${project.artifactId}</name>

sharding-integration-test/sharding-jdbc-test/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-integration-test</artifactId>
24-
<version>4.0.0-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</version>
2525
</parent>
2626
<artifactId>sharding-jdbc-test</artifactId>
2727
<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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</version>
2525
</parent>
2626
<artifactId>sharding-orchestration</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-config/pom.xml

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

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

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

sharding-orchestration/sharding-orchestration-config/sharding-orchestration-config-apollo/pom.xml

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

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

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

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-nacos/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-orchestration-reg</artifactId>
23-
<version>4.0.0-RC3-SNAPSHOT</version>
23+
<version>4.0.0-RC3</version>
2424
</parent>
2525
<artifactId>sharding-orchestration-reg-nacos</artifactId>
2626
<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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
2727
<name>${project.artifactId}</name>

sharding-orchestration/sharding-orchestration-zookeeper-curator-integration-test/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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</version>
2525
</parent>
2626
<artifactId>sharding-orchestration-zookeeper-curator-integration-test</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-RC3-SNAPSHOT</version>
24+
<version>4.0.0-RC3</version>
2525
</parent>
2626
<artifactId>sharding-proxy</artifactId>
2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)