未验证 提交 6925a6a7 编写于 作者: kimmking's avatar kimmking 提交者: GitHub

Merge pull request #5268 from tuohai666/for_release

fix versions for release
......@@ -49,7 +49,7 @@ It can be considered as an enhanced JDBC driver, which is fully compatible with
### Sharding-Proxy
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.0.1/apache-shardingsphere-incubating-4.0.1-sharding-proxy-bin.tar.gz)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.1.0/apache-shardingsphere-incubating-4.1.0-sharding-proxy-bin.tar.gz)
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
Sharding-Proxy defines itself as a transparent database proxy, providing a database server that encapsulates database binary protocol to support heterogeneous languages.
......
......@@ -50,7 +50,7 @@ __Apache官方发布从4.0.0版本开始。__
### Sharding-Proxy
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.0.1/apache-shardingsphere-incubating-4.0.1-sharding-proxy-bin.tar.gz)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.cgi?path=incubator/shardingsphere/4.1.0/apache-shardingsphere-incubating-4.1.0-sharding-proxy-bin.tar.gz)
[![Docker Pulls](https://img.shields.io/docker/pulls/shardingsphere/sharding-proxy.svg)](https://store.docker.com/community/images/shardingsphere/sharding-proxy)
定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。
......
......@@ -58,7 +58,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>apache/sharding-proxy:5.0.0-RC1</imageName>
<imageName>apache/sharding-proxy:4.1.0</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
......
......@@ -18,7 +18,7 @@
FROM java:8
MAINTAINER ShardingSphere "dev@shardingsphere.apache.org"
ENV CURRENT_VERSION 5.0.0-RC1
ENV CURRENT_VERSION 4.1.0
ENV APP_NAME apache-shardingsphere
ENV MODULE_NAME sharding-proxy
ENV LOCAL_PATH /opt/sharding-proxy
......
......@@ -34,7 +34,7 @@ public final class MySQLServerInfo {
/**
* Server version.
*/
public static final String SERVER_VERSION = "5.6.4-Sharding-Proxy 5.0.0-RC1";
public static final String SERVER_VERSION = "5.6.4-Sharding-Proxy 4.1.0";
/**
* Charset code 0x21 is utf8_general_ci.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册