From 863653345025ccbbe7b5c394d8fe7b6311e82bff Mon Sep 17 00:00:00 2001 From: gaohongtao Date: Sat, 24 Dec 2016 09:52:31 +0800 Subject: [PATCH] Upgrade from 1.4.1 to 1.4.2-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-id-generator-parent/pom.xml | 2 +- .../sharding-jdbc-self-id-generator/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 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index cdcfa94b313a9..fa65e1e54ed5b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc - 1.4.1 + 1.4.2-SNAPSHOT pom ${project.artifactId} diff --git a/sharding-jdbc-config-parent/pom.xml b/sharding-jdbc-config-parent/pom.xml index 8296e6bb0d971..4b529421c5793 100644 --- a/sharding-jdbc-config-parent/pom.xml +++ b/sharding-jdbc-config-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.4.1 + 1.4.2-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 1d726af4b5851..e1f4e0852a815 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.4.1 + 1.4.2-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 49a506e9bbea0..886dbd9823638 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.4.1 + 1.4.2-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 91857e2946d09..f77ef520fdd6c 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.4.1 + 1.4.2-SNAPSHOT sharding-jdbc-config-yaml diff --git a/sharding-jdbc-core/pom.xml b/sharding-jdbc-core/pom.xml index 0ab674be2b29a..55e73d34d47ed 100644 --- a/sharding-jdbc-core/pom.xml +++ b/sharding-jdbc-core/pom.xml @@ -4,7 +4,7 @@ com.dangdang sharding-jdbc - 1.4.1 + 1.4.2-SNAPSHOT sharding-jdbc-core ${project.artifactId} diff --git a/sharding-jdbc-example/pom.xml b/sharding-jdbc-example/pom.xml index f7cc0eab9c46a..f349eb9360644 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.4.1 + 1.4.2-SNAPSHOT pom @@ -22,7 +22,7 @@ UTF-8 zh_CN - 1.4.1 + 1.4.2-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 1e3657ced9a80..e1b971c4beb31 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.4.1 + 1.4.2-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 9689dabb7effd..fabf377c407c1 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.4.1 + 1.4.2-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 3506c7c4cffab..be603d8bb6398 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.4.1 + 1.4.2-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 f239051487d2e..048748c0599fd 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.4.1 + 1.4.2-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 5ed5bb86e41ef..49abb21708283 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.4.1 + 1.4.2-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 54a6ae9a613e7..a3e3d5660a0fc 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.4.1 + 1.4.2-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 4e25743491401..d415c7675a1e8 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.4.1 + 1.4.2-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 7f520356d7bd1..87d73b2568a34 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.4.1 + 1.4.2-SNAPSHOT sharding-jdbc-example-mybatis diff --git a/sharding-jdbc-id-generator-parent/pom.xml b/sharding-jdbc-id-generator-parent/pom.xml index 15a359e70dbcc..136f5e55c5b17 100644 --- a/sharding-jdbc-id-generator-parent/pom.xml +++ b/sharding-jdbc-id-generator-parent/pom.xml @@ -5,7 +5,7 @@ sharding-jdbc com.dangdang - 1.4.1 + 1.4.2-SNAPSHOT 4.0.0 diff --git a/sharding-jdbc-id-generator-parent/sharding-jdbc-self-id-generator/pom.xml b/sharding-jdbc-id-generator-parent/sharding-jdbc-self-id-generator/pom.xml index 54a4641c1f431..95e71ee27ac8a 100644 --- a/sharding-jdbc-id-generator-parent/sharding-jdbc-self-id-generator/pom.xml +++ b/sharding-jdbc-id-generator-parent/sharding-jdbc-self-id-generator/pom.xml @@ -5,7 +5,7 @@ sharding-jdbc-id-generator-parent com.dangdang - 1.4.1 + 1.4.2-SNAPSHOT 4.0.0 diff --git a/sharding-jdbc-transaction-parent/pom.xml b/sharding-jdbc-transaction-parent/pom.xml index 4d6d5b652ca18..fcc6b9af69c5d 100644 --- a/sharding-jdbc-transaction-parent/pom.xml +++ b/sharding-jdbc-transaction-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.4.1 + 1.4.2-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 6bb7d064cd589..97b95982c197f 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.4.1 + 1.4.2-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 30b3097c5c86a..2d473b385f2fd 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.4.1 + 1.4.2-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 4f845cda6a957..06a4a966ea841 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.4.1 + 1.4.2-SNAPSHOT sharding-jdbc-transaction ${project.artifactId}