提交 e89e3775 编写于 作者: T terrymanu

update pom sharding-jdbc.version => sharding-sphere.version

上级 e75188f7
......@@ -12,14 +12,14 @@
<name>${project.artifactId}</name>
<properties>
<sharding-jdbc.version>3.0.0.M1-SNAPSHOT</sharding-jdbc.version>
<sharding-sphere.version>3.0.0.M1-SNAPSHOT</sharding-sphere.version>
</properties>
<dependencies>
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>${sharding-jdbc.version}</version>
<version>${sharding-sphere.version}</version>
</dependency>
<dependency>
......
......@@ -9,7 +9,7 @@
<packaging>pom</packaging>
<properties>
<sharding-jdbc.version>3.0.0.M1-SNAPSHOT</sharding-jdbc.version>
<sharding-sphere.version>3.0.0.M1-SNAPSHOT</sharding-sphere.version>
<junit.version>4.12</junit.version>
<powermock.version>1.6.6</powermock.version>
<java.version>1.7</java.version>
......@@ -23,7 +23,7 @@
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>${sharding-jdbc.version}</version>
<version>${sharding-sphere.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册