From ca3b73ef139223cf892a546dc0dd9aa259e5386e Mon Sep 17 00:00:00 2001 From: terrymanu Date: Tue, 29 Aug 2017 22:32:28 +0800 Subject: [PATCH] pom to 1.5.3.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 523f05fb33..81cae9137a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc - 1.6.0-SNAPSHOT + 1.5.3-SNAPSHOT pom ${project.artifactId} diff --git a/sharding-jdbc-config-parent/pom.xml b/sharding-jdbc-config-parent/pom.xml index 7f2b3bbf26..2b60c46600 100644 --- a/sharding-jdbc-config-parent/pom.xml +++ b/sharding-jdbc-config-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.6.0-SNAPSHOT + 1.5.3-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 15382ce560..5c649d0af7 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.6.0-SNAPSHOT + 1.5.3-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 67302dd95e..d649ff5f3d 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.6.0-SNAPSHOT + 1.5.3-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 cb9d80dc07..4bac2c4a20 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.6.0-SNAPSHOT + 1.5.3-SNAPSHOT sharding-jdbc-config-yaml diff --git a/sharding-jdbc-core/pom.xml b/sharding-jdbc-core/pom.xml index f1734cb8f7..7bed44efae 100644 --- a/sharding-jdbc-core/pom.xml +++ b/sharding-jdbc-core/pom.xml @@ -4,7 +4,7 @@ com.dangdang sharding-jdbc - 1.6.0-SNAPSHOT + 1.5.3-SNAPSHOT sharding-jdbc-core ${project.artifactId} diff --git a/sharding-jdbc-example/pom.xml b/sharding-jdbc-example/pom.xml index 28dd9f7310..506c217a2c 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.6.0-SNAPSHOT + 1.5.3-SNAPSHOT pom @@ -22,7 +22,7 @@ UTF-8 zh_CN - 1.6.0-SNAPSHOT + 1.5.3-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 c2772e5741..22d262f51d 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.6.0-SNAPSHOT + 1.5.3-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 5977696e02..ae9172003f 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.6.0-SNAPSHOT + 1.5.3-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 899c5e22df..c9207bd1ca 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.6.0-SNAPSHOT + 1.5.3-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 9ab7932b85..056acb2165 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.6.0-SNAPSHOT + 1.5.3-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 5fb8c89bee..c20accd52a 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.6.0-SNAPSHOT + 1.5.3-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 01ea8ee00e..c3b2d5ccd3 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.6.0-SNAPSHOT + 1.5.3-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 57b959e9e5..886b23cf72 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.6.0-SNAPSHOT + 1.5.3-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 0156f3537d..d5fac8fedb 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.6.0-SNAPSHOT + 1.5.3-SNAPSHOT sharding-jdbc-example-mybatis diff --git a/sharding-jdbc-plugin/pom.xml b/sharding-jdbc-plugin/pom.xml index f0611311ab..0c8b6db933 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.6.0-SNAPSHOT + 1.5.3-SNAPSHOT pom - 1.6.0-SNAPSHOT + 1.5.3-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 0a01ead2ab..ee8dad6708 100644 --- a/sharding-jdbc-transaction-parent/pom.xml +++ b/sharding-jdbc-transaction-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.6.0-SNAPSHOT + 1.5.3-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 ea0ba0dbe0..4a2e04b4ab 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.6.0-SNAPSHOT + 1.5.3-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 92cb00d870..0d686d958a 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.6.0-SNAPSHOT + 1.5.3-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 ecefacbe8d..fb5cce3772 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.6.0-SNAPSHOT + 1.5.3-SNAPSHOT sharding-jdbc-transaction ${project.artifactId} -- GitLab