From d057295526da0846f820cb64245227e9ef72cc7a Mon Sep 17 00:00:00 2001 From: haocao Date: Wed, 6 Sep 2017 15:01:35 +0800 Subject: [PATCH] Upgrade version to 1.5.4-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-masterslave/pom.xml | 2 +- .../sharding-jdbc-example-config-spring/pom.xml | 2 +- .../sharding-jdbc-example-config-yaml/pom.xml | 2 +- .../sharding-jdbc-example-jdbc-masterslave/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-plugin/pom.xml | 4 ++-- 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 +- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 7d8a68671a..932bfc7cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc - 1.5.3 + 1.5.4-SNAPSHOT pom ${project.artifactId} diff --git a/sharding-jdbc-config-parent/pom.xml b/sharding-jdbc-config-parent/pom.xml index 5bb263cd3f..3c08066ea8 100644 --- a/sharding-jdbc-config-parent/pom.xml +++ b/sharding-jdbc-config-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.5.3 + 1.5.4-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 21810d31de..b6ab175086 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.5.3 + 1.5.4-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 9171a3c9ab..760f451dd3 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.5.3 + 1.5.4-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 0678530bc6..8c72ac8267 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.5.3 + 1.5.4-SNAPSHOT sharding-jdbc-config-yaml diff --git a/sharding-jdbc-core/pom.xml b/sharding-jdbc-core/pom.xml index ff559adaeb..61d80023ef 100644 --- a/sharding-jdbc-core/pom.xml +++ b/sharding-jdbc-core/pom.xml @@ -4,7 +4,7 @@ com.dangdang sharding-jdbc - 1.5.3 + 1.5.4-SNAPSHOT sharding-jdbc-core ${project.artifactId} diff --git a/sharding-jdbc-example/pom.xml b/sharding-jdbc-example/pom.xml index 5782e79de9..904dffee37 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.5.3 + 1.5.4-SNAPSHOT pom @@ -22,7 +22,7 @@ UTF-8 zh_CN - 1.5.3 + 1.5.4-SNAPSHOT 1.4 5.1.30 diff --git a/sharding-jdbc-example/sharding-jdbc-example-config-spring-masterslave/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-config-spring-masterslave/pom.xml index 5aa0a30826..a81337e459 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-config-spring-masterslave/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-config-spring-masterslave/pom.xml @@ -2,7 +2,7 @@ sharding-jdbc-example com.dangdang - 1.5.3 + 1.5.4-SNAPSHOT 4.0.0 sharding-jdbc-example-config-spring-masterslave 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 613a9f17f1..5711ea52f6 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.5.3 + 1.5.4-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 432425a0b1..a609b5ac56 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.5.3 + 1.5.4-SNAPSHOT sharding-jdbc-example-config-yaml \ No newline at end of file diff --git a/sharding-jdbc-example/sharding-jdbc-example-jdbc-masterslave/pom.xml b/sharding-jdbc-example/sharding-jdbc-example-jdbc-masterslave/pom.xml index 4354af588e..9538e9c0ad 100644 --- a/sharding-jdbc-example/sharding-jdbc-example-jdbc-masterslave/pom.xml +++ b/sharding-jdbc-example/sharding-jdbc-example-jdbc-masterslave/pom.xml @@ -2,7 +2,7 @@ sharding-jdbc-example com.dangdang - 1.5.3 + 1.5.4-SNAPSHOT 4.0.0 sharding-jdbc-example-jdbc-masterslave 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 263e88254e..1db6faf95d 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.5.3 + 1.5.4-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 3501bc759d..ec51dcecc7 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.5.3 + 1.5.4-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 747f50d4fc..bfbb2387c6 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.5.3 + 1.5.4-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 7e29928a91..d3dd6fb6f1 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.5.3 + 1.5.4-SNAPSHOT sharding-jdbc-example-mybatis diff --git a/sharding-jdbc-plugin/pom.xml b/sharding-jdbc-plugin/pom.xml index 658ae4ed3a..9c2218500a 100644 --- a/sharding-jdbc-plugin/pom.xml +++ b/sharding-jdbc-plugin/pom.xml @@ -5,11 +5,11 @@ 4.0.0 com.dangdang sharding-jdbc-plugin - 1.5.3 + 1.5.4-SNAPSHOT pom - 1.5.3 + 1.5.4-SNAPSHOT 4.12 1.6.6 1.7 diff --git a/sharding-jdbc-transaction-parent/pom.xml b/sharding-jdbc-transaction-parent/pom.xml index 26e615c216..e00f848a44 100644 --- a/sharding-jdbc-transaction-parent/pom.xml +++ b/sharding-jdbc-transaction-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.5.3 + 1.5.4-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 668cca1589..04878d7fa4 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.5.3 + 1.5.4-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 873f074a3a..519cdb37db 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.5.3 + 1.5.4-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 eceeaf5c8c..ac6a58baef 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.5.3 + 1.5.4-SNAPSHOT sharding-jdbc-transaction ${project.artifactId} -- GitLab