Skip to content

Commit

Permalink
upgrade to 2.0.0.M3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Nov 20, 2017
1 parent 496fa41 commit 07caf4a
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-orchestration-spring</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-orchestration-spring-namespace</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sharding-jdbc-orchestration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-orchestration</artifactId>
<name>${project.artifactId}</name>

<properties>
<sharding-jdbc.version>2.0.0.M3-SNAPSHOT</sharding-jdbc.version>
<sharding-jdbc.version>2.0.0.M3</sharding-jdbc.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sharding-jdbc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-plugin</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
<packaging>pom</packaging>

<properties>
<sharding-jdbc.version>2.0.0.M3-SNAPSHOT</sharding-jdbc.version>
<sharding-jdbc.version>2.0.0.M3</sharding-jdbc.version>
<junit.version>4.12</junit.version>
<powermock.version>1.6.6</powermock.version>
<java.version>1.7</java.version>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-spring</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-spring</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-spring</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-spring-namespace</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc-transaction-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-transaction-async-job</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-transaction-storage</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>2.0.0.M3-SNAPSHOT</version>
<version>2.0.0.M3</version>
</parent>
<artifactId>sharding-jdbc-transaction</artifactId>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 07caf4a

Please sign in to comment.