Skip to content

Commit ea8e65b

Browse files
committed
upgrade to 3.0.0
1 parent 9bc2b66 commit ea8e65b

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It can be considered as an enhanced JDBC driver, which is fully compatible with
4646

4747
### Sharding-Proxy
4848

49-
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/sharding-sphere/sharding-sphere-doc/raw/master/dist/sharding-proxy-3.0.0.M4.tar.gz)
49+
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/sharding-sphere/sharding-sphere-doc/raw/master/dist/sharding-proxy-3.0.0.tar.gz)
5050
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
5151

5252
Sharding-Proxy defines itself as a transparent database proxy, providing a database server that encapsulates database binary protocol to support heterogeneous languages.

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sharding-Sphere定位为关系型数据库中间件,旨在充分合理地在
4343

4444
### Sharding-Proxy
4545

46-
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/sharding-sphere/sharding-sphere-doc/raw/master/dist/sharding-proxy-3.0.0.M4.tar.gz)
46+
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/sharding-sphere/sharding-sphere-doc/raw/master/dist/sharding-proxy-3.0.0.tar.gz)
4747
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
4848

4949
定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。

pom.xml

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

1111
<modules>

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-core</artifactId>
1212

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

sharding-jdbc/sharding-jdbc-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-jdbc</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-core</artifactId>
1212

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
1212

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

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

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-jdbc-spring</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
1212

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

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-opentracing</artifactId>
1212

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

sharding-orchestration/sharding-orchestration-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-orchestration</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-orchestration-core</artifactId>
1212

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

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-api/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-orchestration-reg</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-orchestration-reg-api</artifactId>
1212
</project>

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-etcd/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-orchestration-reg</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-orchestration-reg-etcd</artifactId>
1212

sharding-orchestration/sharding-orchestration-reg/sharding-orchestration-reg-zookeeper-curator/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-orchestration-reg</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
1212

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-proxy</artifactId>
1212

@@ -87,7 +87,7 @@
8787
<groupId>com.spotify</groupId>
8888
<artifactId>docker-maven-plugin</artifactId>
8989
<configuration>
90-
<imageName>shardingsphere/sharding-proxy:3.0.0.M5-SNAPSHOT</imageName>
90+
<imageName>shardingsphere/sharding-proxy:3.0.0</imageName>
9191
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
9292
<resources>
9393
<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.M5-SNAPSHOT.tar.gz /
5-
RUN mv /sharding-proxy-3.0.0.M5-SNAPSHOT /opt/sharding-proxy
4+
ADD sharding-proxy-3.0.0.tar.gz /
5+
RUN mv /sharding-proxy-3.0.0 /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.M5-SNAPSHOT";
39+
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0";
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
<groupId>io.shardingsphere</groupId>
88
<artifactId>sharding-sphere</artifactId>
9-
<version>3.0.0.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-sql-test</artifactId>
1212
</project>

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.M5-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111
<artifactId>sharding-transaction</artifactId>
1212

0 commit comments

Comments
 (0)