Skip to content

Commit f790e87

Browse files
committed
upgrade to 3.0.0.M4
1 parent 0623d39 commit f790e87

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
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.M4-SNAPSHOT</version>
5+
<version>3.0.0.M4</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.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-core</artifactId>
1212
<name>${project.artifactId}</name>

sharding-jdbc/pom.xml

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

sharding-jdbc/sharding-jdbc-core/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-jdbc</artifactId>
7-
<version>3.0.0.M4-SNAPSHOT</version>
7+
<version>3.0.0.M4</version>
88
</parent>
99
<artifactId>sharding-jdbc-core</artifactId>
1010
<name>${project.artifactId}</name>

sharding-jdbc/sharding-jdbc-orchestration-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-jdbc</artifactId>
9-
<version>3.0.0.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
1212
<packaging>pom</packaging>

sharding-jdbc/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.M4-SNAPSHOT</version>
6+
<version>3.0.0.M4</version>
77
</parent>
88
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
99

sharding-jdbc/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.M4-SNAPSHOT</version>
6+
<version>3.0.0.M4</version>
77
</parent>
88
<artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
99

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

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

sharding-jdbc/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-jdbc</artifactId>
9-
<version>3.0.0.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-spring</artifactId>
1212
<packaging>pom</packaging>

sharding-jdbc/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.M4-SNAPSHOT</version>
6+
<version>3.0.0.M4</version>
77
</parent>
88
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
99
<dependencies>

sharding-jdbc/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.M4-SNAPSHOT</version>
6+
<version>3.0.0.M4</version>
77
</parent>
88
<artifactId>sharding-jdbc-spring-namespace</artifactId>
99
<dependencies>

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.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-opentracing</artifactId>
1212
<name>${project.artifactId}</name>

sharding-orchestration/pom.xml

+1-1
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.M4-SNAPSHOT</version>
8+
<version>3.0.0.M4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sharding-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.M4-SNAPSHOT</version>
8+
<version>3.0.0.M4</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.M4-SNAPSHOT</version>
8+
<version>3.0.0.M4</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.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-proxy</artifactId>
1212
<name>${project.artifactId}</name>
@@ -83,7 +83,7 @@
8383
<groupId>com.spotify</groupId>
8484
<artifactId>docker-maven-plugin</artifactId>
8585
<configuration>
86-
<imageName>shardingsphere/sharding-proxy:3.0.0.M4-SNAPSHOT</imageName>
86+
<imageName>shardingsphere/sharding-proxy:3.0.0.M4</imageName>
8787
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
8888
<resources>
8989
<resource>
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM java:7
22
MAINTAINER caohao "[email protected]"
33

4-
ADD sharding-proxy-3.0.0.M4-SNAPSHOT.tar.gz /
5-
RUN mv /sharding-proxy-3.0.0.M4-SNAPSHOT /opt/sharding-proxy
4+
ADD sharding-proxy-3.0.0.M4.tar.gz /
5+
RUN mv /sharding-proxy-3.0.0.M4 /opt/sharding-proxy
66
ENTRYPOINT /opt/sharding-proxy/bin/start.sh $PORT && tail -f /opt/sharding-proxy/logs/stdout.log

sharding-proxy/src/main/java/io/shardingsphere/shardingproxy/transport/mysql/constant/ServerInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class ServerInfo {
3636
/**
3737
* Server version.
3838
*/
39-
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0.M4-SNAPSHOT";
39+
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0.M4";
4040

4141
/**
4242
* Charset code 0x21 is utf8_general_ci.

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.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</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.M4-SNAPSHOT</version>
9+
<version>3.0.0.M4</version>
1010
</parent>
1111
<artifactId>sharding-transaction</artifactId>
1212
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)