Skip to content

Commit a86186d

Browse files
committed
Upgrade to 1.1.0
1 parent 6ba7894 commit a86186d

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.dangdang</groupId>
44
<artifactId>sharding-jdbc</artifactId>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>1.1.0</version>
66
<packaging>pom</packaging>
77
<name>${project.artifactId}</name>
88

sharding-jdbc-config-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.dangdang</groupId>
88
<artifactId>sharding-jdbc</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-config-parent</artifactId>
1212
<packaging>pom</packaging>

sharding-jdbc-config-parent/sharding-jdbc-config-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sharding-jdbc-config-parent</artifactId>
88
<groupId>com.dangdang</groupId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-config-common</artifactId>
1212
<dependencies>

sharding-jdbc-config-parent/sharding-jdbc-config-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sharding-jdbc-config-parent</artifactId>
55
<groupId>com.dangdang</groupId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>sharding-jdbc-config-spring</artifactId>
99
<dependencies>

sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sharding-jdbc-config-parent</artifactId>
88
<groupId>com.dangdang</groupId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-config-yaml</artifactId>
1212
<dependencies>

sharding-jdbc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.dangdang</groupId>
66
<artifactId>sharding-jdbc</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99
<artifactId>sharding-jdbc-core</artifactId>
1010
<name>${project.artifactId}</name>

sharding-jdbc-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.dangdang</groupId>
44
<artifactId>sharding-jdbc-example</artifactId>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>1.1.0</version>
66
<packaging>pom</packaging>
77

88
<modules>
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.build.locale>zh_CN</project.build.locale>
2121

22-
<sharding-jdbc.version>1.1.0-SNAPSHOT</sharding-jdbc.version>
22+
<sharding-jdbc.version>1.1.0</sharding-jdbc.version>
2323

2424
<commons-dbcp.version>1.4</commons-dbcp.version>
2525
<mysql-connector-java.version>5.1.30</mysql-connector-java.version>

sharding-jdbc-example/sharding-jdbc-example-config-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.dangdang</groupId>
88
<artifactId>sharding-jdbc-example</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-example-config-spring</artifactId>
1212
</project>

sharding-jdbc-example/sharding-jdbc-example-config-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.dangdang</groupId>
88
<artifactId>sharding-jdbc-example</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111
<artifactId>sharding-jdbc-example-config-yaml</artifactId>
1212
</project>

sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.dangdang</groupId>
55
<artifactId>sharding-jdbc-example</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>sharding-jdbc-example-jdbc</artifactId>
99
</project>

0 commit comments

Comments
 (0)