提交 f0fb3634 编写于 作者: T terrymanu

upgrade to 4.0.0-RC1

上级 0edd52f8
......@@ -120,7 +120,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>shardingsphere/sharding-proxy:4.0.0-RC1-SNAPSHOT</imageName>
<imageName>shardingsphere/sharding-proxy:4.0.0-RC1</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
......
......@@ -18,6 +18,6 @@
FROM java:7
MAINTAINER caohao "caohaoch@gmail.com"
ADD sharding-proxy-4.0.0-RC1-SNAPSHOT.tar.gz /
RUN mv /sharding-proxy-4.0.0-RC1-SNAPSHOT /opt/sharding-proxy
ADD sharding-proxy-4.0.0-RC1.tar.gz /
RUN mv /sharding-proxy-4.0.0-RC1 /opt/sharding-proxy
ENTRYPOINT /opt/sharding-proxy/bin/start.sh $PORT && tail -f /opt/sharding-proxy/logs/stdout.log
......@@ -36,7 +36,7 @@ public final class MySQLServerInfo {
/**
* Server version.
*/
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 4.0.0-RC1-SNAPSHOT";
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 4.0.0-RC1";
/**
* Charset code 0x21 is utf8_general_ci.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册