diff --git a/pom.xml b/pom.xml index c3e529d20de2c..ba3ee6abfb35b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.dangdang sharding-jdbc - 1.3.1-SNAPSHOT + 1.3.1 pom ${project.artifactId} diff --git a/sharding-jdbc-config-parent/pom.xml b/sharding-jdbc-config-parent/pom.xml index 77238b71a294a..429d6cdce7782 100644 --- a/sharding-jdbc-config-parent/pom.xml +++ b/sharding-jdbc-config-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.3.1-SNAPSHOT + 1.3.1 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 bf77b42dc50ef..33e220e3b8c5b 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.3.1-SNAPSHOT + 1.3.1 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 f2d305a35afc1..60df21d0fab15 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.3.1-SNAPSHOT + 1.3.1 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 a7b954a7a9f1c..3974e5f0d58a3 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.3.1-SNAPSHOT + 1.3.1 sharding-jdbc-config-yaml diff --git a/sharding-jdbc-core/pom.xml b/sharding-jdbc-core/pom.xml index 42c39c829b978..683f5ede940fd 100644 --- a/sharding-jdbc-core/pom.xml +++ b/sharding-jdbc-core/pom.xml @@ -4,7 +4,7 @@ com.dangdang sharding-jdbc - 1.3.1-SNAPSHOT + 1.3.1 sharding-jdbc-core ${project.artifactId} diff --git a/sharding-jdbc-doc/content/post/release_notes.md b/sharding-jdbc-doc/content/post/release_notes.md index bc756f786780e..63398f124cb37 100644 --- a/sharding-jdbc-doc/content/post/release_notes.md +++ b/sharding-jdbc-doc/content/post/release_notes.md @@ -6,7 +6,7 @@ weight = 1 # Release Notes -## 1.3.1-SNAPSHOT +## 1.3.1 ### 功能提升 diff --git a/sharding-jdbc-example/pom.xml b/sharding-jdbc-example/pom.xml index b96d1fba06359..f01268b404551 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.3.1-SNAPSHOT + 1.3.1 pom @@ -22,7 +22,7 @@ UTF-8 zh_CN - 1.3.1-SNAPSHOT + 1.3.1 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 36a645ec1c525..c046d3f1e3579 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.3.1-SNAPSHOT + 1.3.1 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 160a603dc5752..9b664574ff301 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.3.1-SNAPSHOT + 1.3.1 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 237d07a3e3ff3..fd27ef1cafbfd 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.3.1-SNAPSHOT + 1.3.1 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 31d47315c645d..f35173f3c6a56 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.3.1-SNAPSHOT + 1.3.1 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 33a950c3d6971..2657886cd7ac2 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.3.1-SNAPSHOT + 1.3.1 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 2a9c89f77d59e..87b0af3851ee9 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.3.1-SNAPSHOT + 1.3.1 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 80e325b68477d..6a1d1de0d562c 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.3.1-SNAPSHOT + 1.3.1 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 2e83ec37dbd88..ca47ebeda26a7 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.3.1-SNAPSHOT + 1.3.1 sharding-jdbc-example-mybatis diff --git a/sharding-jdbc-transaction-parent/pom.xml b/sharding-jdbc-transaction-parent/pom.xml index 4ece11253cb65..86b272c44aed4 100644 --- a/sharding-jdbc-transaction-parent/pom.xml +++ b/sharding-jdbc-transaction-parent/pom.xml @@ -6,7 +6,7 @@ com.dangdang sharding-jdbc - 1.3.1-SNAPSHOT + 1.3.1 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 278afbd579e24..f8cfec0d0fb21 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.3.1-SNAPSHOT + 1.3.1 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 7f560108e2f4d..6da7dea59c788 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.3.1-SNAPSHOT + 1.3.1 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 5b7f30c0ac134..51a9c3460c90e 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.3.1-SNAPSHOT + 1.3.1 sharding-jdbc-transaction ${project.artifactId}