Skip to content

Commit 7679da5

Browse files
committed
upgrade all for 3.0.0.M2
1 parent 9cdcf5a commit 7679da5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It directly connects to databases to provide services in the form of jar, with n
4141

4242
### Sharding-Proxy
4343

44-
[![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.M1.tar.gz)
44+
[![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.M2.tar.gz)
4545
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
4646

4747
Sharding-Proxy is positioned 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
@@ -38,7 +38,7 @@ Sharding-Sphere定位为关系型数据库中间件,旨在充分合理地在
3838

3939
### Sharding-Proxy
4040

41-
[![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.M1.tar.gz)
41+
[![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.M2.tar.gz)
4242
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
4343

4444
定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。
+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.M1.tar.gz /
5-
RUN mv /sharding-proxy-3.0.0.M1 /opt/sharding-proxy
4+
ADD sharding-proxy-3.0.0.M2.tar.gz /
5+
RUN mv /sharding-proxy-3.0.0.M2 /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/proxy/transport/mysql/constant/ServerInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface ServerInfo {
3232
/**
3333
* Server version.
3434
*/
35-
String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0.M1";
35+
String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0.M2";
3636

3737
/**
3838
* Charset code 0x21 is utf8_general_ci.

0 commit comments

Comments
 (0)