提交 c3009b8e 编写于 作者: T terrymanu

upgrade to 4.0.0.M1-SNAPSHOT

上级 4f4ca19d
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
......@@ -50,7 +50,7 @@
<opentracing.version>0.30.0</opentracing.version>
<lombok.version>1.16.4</lombok.version>
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>2.7.21</mockito.version>
......@@ -64,7 +64,7 @@
<mysql-connector-java.version>5.1.42</mysql-connector-java.version>
<postgresql.version>9.4.1212</postgresql.version>
<mssql.version>6.1.7.jre7-preview</mssql.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
......@@ -90,7 +90,7 @@
<protobuf-maven-plugin.version>0.5.0</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
<docker-maven-plugin.version>0.4.14</docker-maven-plugin.version>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
</properties>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-jdbc</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-jdbc-orchestration</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-opentracing</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration-core</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration-reg</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration-reg-api</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration-reg-etcd</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-proxy</artifactId>
<name>${project.artifactId}</name>
......@@ -88,7 +88,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>shardingsphere/sharding-proxy:3.1.0</imageName>
<imageName>shardingsphere/sharding-proxy:4.0.0.M1-SNAPSHOT</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
......
FROM java:7
MAINTAINER caohao "caohaoch@gmail.com"
ADD sharding-proxy-3.1.0.tar.gz /
RUN mv /sharding-proxy-3.1.0 /opt/sharding-proxy
ADD sharding-proxy-4.0.0.M1-SNAPSHOT.tar.gz /
RUN mv /sharding-proxy-4.0.0.M1-SNAPSHOT /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 ServerInfo {
/**
* Server version.
*/
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 3.1.0";
public static final String SERVER_VERSION = "5.6.0-Sharding-Proxy 4.0.0.M1-SNAPSHOT";
/**
* Charset code 0x21 is utf8_general_ci.
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-sql-test</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-sphere</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction</artifactId>
<name>${project.artifactId}</name>
......
......@@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sharding-transaction</artifactId>
<groupId>io.shardingsphere</groupId>
<version>3.1.0</version>
<artifactId>sharding-transaction</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction-2pc</artifactId>
<name>${project.artifactId}</name>
......
......@@ -4,13 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sharding-transaction-2pc</artifactId>
<groupId>io.shardingsphere</groupId>
<version>3.1.0</version>
<artifactId>sharding-transaction-2pc</artifactId>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction-2pc-spi</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.shardingsphere</groupId>
......@@ -22,5 +22,4 @@
<artifactId>jta</artifactId>
</dependency>
</dependencies>
</project>
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction-2pc</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction-2pc-xa</artifactId>
<name>${project.artifactId}</name>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction-base</artifactId>
<name>${project.artifactId}</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction</artifactId>
<version>3.1.0</version>
<version>4.0.0.M1-SNAPSHOT</version>
</parent>
<artifactId>sharding-transaction-core</artifactId>
<name>${project.artifactId}</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册