From dfb3c5c2d701b9e6c74469bfe1a2f5c9c7e9d8af Mon Sep 17 00:00:00 2001 From: terrymanu Date: Thu, 5 May 2016 22:13:36 +0800 Subject: [PATCH] upgrade to 1.2.1-SNAPSHOT --- pom.xml | 2 +- sharding-jdbc-config-parent/pom.xml | 2 +- .../sharding-jdbc-config-common/pom.xml | 2 +- .../sharding-jdbc-config-spring/pom.xml | 2 +- sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml | 2 +- sharding-jdbc-core/pom.xml | 2 +- sharding-jdbc-example/pom.xml | 4 ++-- .../sharding-jdbc-example-config-spring/pom.xml | 2 +- .../sharding-jdbc-example-config-yaml/pom.xml | 2 +- .../sharding-jdbc-example-jdbc-transaction/pom.xml | 2 +- sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml | 2 +- sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml | 2 +- sharding-jdbc-example/sharding-jdbc-example-mybatis/pom.xml | 2 +- sharding-jdbc-transaction-parent/pom.xml | 2 +- .../sharding-jdbc-transaction-async-job/pom.xml | 2 +- .../sharding-jdbc-transaction-storage/pom.xml | 2 +- .../sharding-jdbc-transaction/pom.xml | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index c1acd91af34b1..0223c14bcdba6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc - 1.2.0 + 1.2.1-SNAPSHOT pom ${project.artifactId} diff --git a/sharding-jdbc-config-parent/pom.xml b/sharding-jdbc-config-parent/pom.xml index c83a7b1d511f8..a0eaa81d90c88 100644 --- a/sharding-jdbc-config-parent/pom.xml +++ b/sharding-jdbc-config-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-config-parent pom diff --git a/sharding-jdbc-config-parent/sharding-jdbc-config-common/pom.xml b/sharding-jdbc-config-parent/sharding-jdbc-config-common/pom.xml index 205f2a3a891f1..1bb2b7d8406ab 100644 --- a/sharding-jdbc-config-parent/sharding-jdbc-config-common/pom.xml +++ b/sharding-jdbc-config-parent/sharding-jdbc-config-common/pom.xml @@ -6,7 +6,7 @@ sharding-jdbc-config-parent com.dangdang - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-config-common diff --git a/sharding-jdbc-config-parent/sharding-jdbc-config-spring/pom.xml b/sharding-jdbc-config-parent/sharding-jdbc-config-spring/pom.xml index caac0514a9c1f..363bf072a49d4 100644 --- a/sharding-jdbc-config-parent/sharding-jdbc-config-spring/pom.xml +++ b/sharding-jdbc-config-parent/sharding-jdbc-config-spring/pom.xml @@ -3,7 +3,7 @@ sharding-jdbc-config-parent com.dangdang - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-config-spring diff --git a/sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml b/sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml index 821d576f7d682..dd182083a861d 100644 --- a/sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml +++ b/sharding-jdbc-config-parent/sharding-jdbc-config-yaml/pom.xml @@ -6,7 +6,7 @@ sharding-jdbc-config-parent com.dangdang - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-config-yaml diff --git a/sharding-jdbc-core/pom.xml b/sharding-jdbc-core/pom.xml index 37e61a5436ef7..08557cec0df9f 100644 --- a/sharding-jdbc-core/pom.xml +++ b/sharding-jdbc-core/pom.xml @@ -4,7 +4,7 @@ com.dangdang sharding-jdbc - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-core ${project.artifactId} diff --git a/sharding-jdbc-example/pom.xml b/sharding-jdbc-example/pom.xml index dfa8d24f6afa4..7a2ec33b1e875 100644 --- a/sharding-jdbc-example/pom.xml +++ b/sharding-jdbc-example/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT pom @@ -20,7 +20,7 @@ UTF-8 zh_CN - 1.2.0 + 1.2.1-SNAPSHOT 1.4 5.1.30 diff --git a/sharding-jdbc-example/sharding-jdbc-example-config-spring/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-config-spring/pom.xml index ec9f4b0677c83..1ed673207a067 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-config-spring/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-config-spring/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-config-spring \ No newline at end of file diff --git a/sharding-jdbc-example/sharding-jdbc-example-config-yaml/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-config-yaml/pom.xml index a930c3bbb5f95..4c7e4102763fe 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-config-yaml/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-config-yaml/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-config-yaml \ No newline at end of file diff --git a/sharding-jdbc-example/sharding-jdbc-example-jdbc-transaction/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-jdbc-transaction/pom.xml index 982532f119a44..b93c42e1df2db 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-jdbc-transaction/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-jdbc-transaction/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-jdbc-transaction diff --git a/sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml index b7977bd3702d5..369ba2bf10c42 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-jdbc/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-jdbc diff --git a/sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml index 443bb88e00640..4c3b7fd99c1bd 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-jpa/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-jpa diff --git a/sharding-jdbc-example/sharding-jdbc-example-mybatis/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-mybatis/pom.xml index c383f79d16909..f9e69b34db574 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-mybatis/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-mybatis/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-example - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-example-mybatis diff --git a/sharding-jdbc-transaction-parent/pom.xml b/sharding-jdbc-transaction-parent/pom.xml index af404fe026993..e7d24a5040072 100644 --- a/sharding-jdbc-transaction-parent/pom.xml +++ b/sharding-jdbc-transaction-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-transaction-parent pom diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/pom.xml b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/pom.xml index 65fe94efc939a..bbb6b2088f3c2 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/pom.xml +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-async-job/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-transaction-parent - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-transaction-async-job ${project.artifactId} diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/pom.xml b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/pom.xml index 4f9be7e471f55..af057d26840d1 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/pom.xml +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction-storage/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-transaction-parent - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-transaction-storage ${project.artifactId} diff --git a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/pom.xml b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/pom.xml index 862d6967f3928..c95ad9c6b8212 100644 --- a/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/pom.xml +++ b/sharding-jdbc-transaction-parent/sharding-jdbc-transaction/pom.xml @@ -3,7 +3,7 @@ com.dangdang sharding-jdbc-transaction-parent - 1.2.0 + 1.2.1-SNAPSHOT sharding-jdbc-transaction ${project.artifactId}