提交 e641ffa0 编写于 作者: T terrymanu

upgrade to 2.1.0-SNAPSHOT

上级 5d014d73
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-core-spring</artifactId> <artifactId>sharding-jdbc-core-spring</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-core-spring</artifactId> <artifactId>sharding-jdbc-core-spring</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-core-spring-boot-starter</artifactId> <artifactId>sharding-jdbc-core-spring-boot-starter</artifactId>
<dependencies> <dependencies>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-core-spring</artifactId> <artifactId>sharding-jdbc-core-spring</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-core-spring-namespace</artifactId> <artifactId>sharding-jdbc-core-spring-namespace</artifactId>
<dependencies> <dependencies>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-core</artifactId> <artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-orchestration-spring</artifactId> <artifactId>sharding-jdbc-orchestration-spring</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId> <artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId> <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
<dependencies> <dependencies>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId> <artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId> <artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
<dependencies> <dependencies>
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-orchestration</artifactId> <artifactId>sharding-jdbc-orchestration</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<properties> <properties>
<sharding-jdbc.version>2.0.3</sharding-jdbc.version> <sharding-jdbc.version>2.1.0-SNAPSHOT</sharding-jdbc.version>
</properties> </properties>
<dependencies> <dependencies>
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-plugin</artifactId> <artifactId>sharding-jdbc-plugin</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<sharding-jdbc.version>2.0.3</sharding-jdbc.version> <sharding-jdbc.version>2.1.0-SNAPSHOT</sharding-jdbc.version>
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>
<powermock.version>1.6.6</powermock.version> <powermock.version>1.6.6</powermock.version>
<java.version>1.7</java.version> <java.version>1.7</java.version>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId> <artifactId>sharding-jdbc</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-transaction-parent</artifactId> <artifactId>sharding-jdbc-transaction-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId> <artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-transaction-async-job</artifactId> <artifactId>sharding-jdbc-transaction-async-job</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId> <artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-transaction-storage</artifactId> <artifactId>sharding-jdbc-transaction-storage</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.shardingjdbc</groupId> <groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId> <artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.3</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>sharding-jdbc-transaction</artifactId> <artifactId>sharding-jdbc-transaction</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册