Skip to content

Commit

Permalink
Upgrade version to 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Sep 4, 2017
1 parent 81c721d commit 5ad4903
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 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>com.dangdang</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion sharding-jdbc-config-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-config-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sharding-jdbc-config-parent</artifactId>
<groupId>com.dangdang</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-config-common</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sharding-jdbc-config-parent</artifactId>
<groupId>com.dangdang</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-config-spring</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sharding-jdbc-config-parent</artifactId>
<groupId>com.dangdang</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-config-yaml</artifactId>
<dependencies>
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>com.dangdang</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions sharding-jdbc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.locale>zh_CN</project.build.locale>

<sharding-jdbc.version>1.5.3-SNAPSHOT</sharding-jdbc.version>
<sharding-jdbc.version>1.5.3</sharding-jdbc.version>

<commons-dbcp.version>1.4</commons-dbcp.version>
<mysql-connector-java.version>5.1.30</mysql-connector-java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>sharding-jdbc-example</artifactId>
<groupId>com.dangdang</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-example-config-spring-masterslave</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-config-spring</artifactId>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-config-yaml</artifactId>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>sharding-jdbc-example</artifactId>
<groupId>com.dangdang</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-example-jdbc-masterslave</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-jdbc-transaction</artifactId>
</project>
2 changes: 1 addition & 1 deletion sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-jdbc</artifactId>
</project>
2 changes: 1 addition & 1 deletion sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-jpa</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-example-mybatis</artifactId>

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>com.dangdang</groupId>
<artifactId>sharding-jdbc-plugin</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
<packaging>pom</packaging>

<properties>
<sharding-jdbc.version>1.5.3-SNAPSHOT</sharding-jdbc.version>
<sharding-jdbc.version>1.5.3</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-transaction-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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>com.dangdang</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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>com.dangdang</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</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>com.dangdang</groupId>
<artifactId>sharding-jdbc-transaction-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>sharding-jdbc-transaction</artifactId>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 5ad4903

Please sign in to comment.