Skip to content

Commit

Permalink
upgrade to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 23, 2018
1 parent 9bc2b66 commit ea8e65b
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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://github.com/sharding-sphere/sharding-sphere-doc/raw/master/dist/sharding-proxy-3.0.0.M4.tar.gz)
[![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)
[![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.
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Sharding-Sphere定位为关系型数据库中间件,旨在充分合理地在

### Sharding-Proxy

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

定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sharding-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-orchestration-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-orchestration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-orchestration</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc/sharding-jdbc-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-spring</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-spring</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-spring</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-jdbc-spring-namespace</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-opentracing</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/sharding-orchestration-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sharding-orchestration/sharding-orchestration-reg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration-reg</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration-reg-api</artifactId>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration-reg-etcd</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions sharding-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-proxy</artifactId>

Expand Down Expand Up @@ -87,7 +87,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>shardingsphere/sharding-proxy:3.0.0.M5-SNAPSHOT</imageName>
<imageName>shardingsphere/sharding-proxy:3.0.0</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
Expand Down
4 changes: 2 additions & 2 deletions sharding-proxy/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:7
MAINTAINER caohao "caohaoch@gmail.com"

ADD sharding-proxy-3.0.0.M5-SNAPSHOT.tar.gz /
RUN mv /sharding-proxy-3.0.0.M5-SNAPSHOT /opt/sharding-proxy
ADD sharding-proxy-3.0.0.tar.gz /
RUN mv /sharding-proxy-3.0.0 /opt/sharding-proxy
ENTRYPOINT /opt/sharding-proxy/bin/start.sh $PORT && tail -f /opt/sharding-proxy/logs/stdout.log
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class ServerInfo {
/**
* Server version.
*/
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0.M5-SNAPSHOT";
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.0.0";

/**
* Charset code 0x21 is utf8_general_ci.
Expand Down
2 changes: 1 addition & 1 deletion sharding-sql-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-sql-test</artifactId>
</project>
2 changes: 1 addition & 1 deletion sharding-transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.0.0.M5-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>sharding-transaction</artifactId>

Expand Down

0 comments on commit ea8e65b

Please sign in to comment.