Skip to content

Commit 1edd505

Browse files
committed
upgrade to 3.0.0
1 parent ffb01bf commit 1edd505

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.shardingsphere</groupId>
44
<artifactId>sharding-sphere</artifactId>
5-
<version>3.0.0.M3-SNAPSHOT</version>
5+
<version>3.0.0.M3</version>
66
<packaging>pom</packaging>
77
<name>${project.artifactId}</name>
88

sharding-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-core</artifactId>
1212
<name>${project.artifactId}</name>

sharding-jdbc-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-spring</artifactId>
1212
<packaging>pom</packaging>

sharding-jdbc-spring/sharding-jdbc-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-spring</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
99
<dependencies>

sharding-jdbc-spring/sharding-jdbc-spring-namespace/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-spring</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-spring-namespace</artifactId>
99
<dependencies>

sharding-jdbc-transaction-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-transaction-parent</artifactId>
1212
<packaging>pom</packaging>

sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-transaction-parent</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-transaction-async-job</artifactId>
99
<name>${project.artifactId}</name>

sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-transaction-parent</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-transaction-storage</artifactId>
99
<name>${project.artifactId}</name>

sharding-jdbc-transaction-parent/sharding-jdbc-transaction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-transaction-parent</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-transaction</artifactId>
99
<name>${project.artifactId}</name>

sharding-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.shardingsphere</groupId>
66
<artifactId>sharding-sphere</artifactId>
7-
<version>3.0.0.M3-SNAPSHOT</version>
7+
<version>3.0.0.M3</version>
88
</parent>
99
<artifactId>sharding-jdbc</artifactId>
1010
<name>${project.artifactId}</name>

sharding-opentracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-opentracing</artifactId>
1212
<name>${project.artifactId}</name>

sharding-orchestration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.shardingsphere</groupId>
77
<artifactId>sharding-sphere</artifactId>
8-
<version>3.0.0.M3-SNAPSHOT</version>
8+
<version>3.0.0.M3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sharding-orchestration</artifactId>
@@ -20,7 +20,7 @@
2020
</modules>
2121

2222
<properties>
23-
<sharding-sphere.version>3.0.0.M3-SNAPSHOT</sharding-sphere.version>
23+
<sharding-sphere.version>3.0.0.M3</sharding-sphere.version>
2424
</properties>
2525

2626
<dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sharding-orchestration</artifactId>
88
<groupId>io.shardingsphere</groupId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
1212
<packaging>pom</packaging>

sharding-orchestration/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.shardingsphere</groupId>
55
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
6-
<version>3.0.0.M3-SNAPSHOT</version>
6+
<version>3.0.0.M3</version>
77
</parent>
88
<artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sharding-orchestration</artifactId>
77
<groupId>io.shardingsphere</groupId>
8-
<version>3.0.0.M3-SNAPSHOT</version>
8+
<version>3.0.0.M3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sharding-jdbc-orchestration</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sharding-orchestration</artifactId>
77
<groupId>io.shardingsphere</groupId>
8-
<version>3.0.0.M3-SNAPSHOT</version>
8+
<version>3.0.0.M3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sharding-orchestration-core</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sharding-orchestration</artifactId>
77
<groupId>io.shardingsphere</groupId>
8-
<version>3.0.0.M3-SNAPSHOT</version>
8+
<version>3.0.0.M3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sharding-orchestration-reg</artifactId>

sharding-proxy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-proxy</artifactId>
1212
<name>${project.artifactId}</name>
@@ -103,7 +103,7 @@
103103
<groupId>com.spotify</groupId>
104104
<artifactId>docker-maven-plugin</artifactId>
105105
<configuration>
106-
<imageName>shardingsphere/sharding-proxy:3.0.0.M3-SNAPSHOT</imageName>
106+
<imageName>shardingsphere/sharding-proxy:3.0.0.M3</imageName>
107107
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
108108
<resources>
109109
<resource>

sharding-sql-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sharding-sphere</artifactId>
88
<groupId>io.shardingsphere</groupId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-sql-test</artifactId>
1212
<name>${project.artifactId}</name>

sharding-transaction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M3-SNAPSHOT</version>
9+
<version>3.0.0.M3</version>
1010
</parent>
1111
<artifactId>sharding-transaction</artifactId>
1212
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)