Skip to content

Commit b67d320

Browse files
committed
[maven-release-plugin] prepare release 4.0.1
1 parent cdc25df commit b67d320

File tree

91 files changed

+102
-122
lines changed

Some content is hidden

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

91 files changed

+102
-122
lines changed

encrypt-core/encrypt-core-merge/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>encrypt-core</artifactId>
26-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2725
</parent>
2826
<artifactId>encrypt-core-merge</artifactId>
2927
<name>${project.artifactId}</name>

encrypt-core/encrypt-core-rewrite/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>encrypt-core</artifactId>
26-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2725
</parent>
2826
<artifactId>encrypt-core-rewrite</artifactId>
2927
<name>${project.artifactId}</name>

encrypt-core/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>shardingsphere</artifactId>
26-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2725
</parent>
2826
<artifactId>encrypt-core</artifactId>
2927
<name>${project.artifactId}</name>

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

@@ -904,7 +904,7 @@
904904
<connection>scm:git:https://github.com/apache/incubator-shardingsphere.git</connection>
905905
<developerConnection>scm:git:https://github.com/apache/incubator-shardingsphere.git</developerConnection>
906906
<url>https://github.com/apache/incubator-shardingsphere.git</url>
907-
<tag>HEAD</tag>
907+
<tag>4.0.1</tag>
908908
</scm>
909909

910910
<mailingLists>

sharding-core/database-time-service/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>database-time-service</artifactId>
2727
<name>${project.artifactId}</name>

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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-core</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-api</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-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-core</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-common</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-entry/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-entry</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-execute/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-execute</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-merge/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-merge</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-rewrite/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-rewrite</artifactId>
2727
<name>${project.artifactId}</name>

sharding-core/sharding-core-route/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-core-route</artifactId>
2727
<name>${project.artifactId}</name>

sharding-distribution/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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-distribution</artifactId>
2727
<packaging>pom</packaging>

sharding-distribution/sharding-jdbc-distribution/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-distribution</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-jdbc-distribution</artifactId>
2727
<name>${project.artifactId}</name>

sharding-distribution/sharding-proxy-distribution/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-distribution</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-proxy-distribution</artifactId>
2727
<name>${project.artifactId}</name>

sharding-distribution/sharding-ui-distribution/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-distribution</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-ui-distribution</artifactId>
2727
<name>${project.artifactId}</name>

sharding-distribution/shardingsphere-src-distribution/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-distribution</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>shardingsphere-src-distribution</artifactId>
2727
<name>${project.artifactId}</name>

sharding-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>shardingsphere</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-integration-test</artifactId>
2727
<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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration-config</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration-config</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>sharding-orchestration-config</artifactId>
24-
<version>4.0.0-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
23+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</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-RC4-SNAPSHOT</version>
24+
<version>4.0.1</version>
2525
</parent>
2626
<artifactId>sharding-proxy-frontend</artifactId>
2727
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)