diff --git a/lock-api/pom.xml b/lock-api/pom.xml
index 569f85e..35bfa05 100644
--- a/lock-api/pom.xml
+++ b/lock-api/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/lock-core/pom.xml b/lock-core/pom.xml
index 5410446..8a9d1bd 100644
--- a/lock-core/pom.xml
+++ b/lock-core/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/lock-spring/pom.xml b/lock-spring/pom.xml
index f009ca8..bce38ac 100644
--- a/lock-spring/pom.xml
+++ b/lock-spring/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/lock-springboot-starter/pom.xml b/lock-springboot-starter/pom.xml
index 3445b1f..f790f0c 100644
--- a/lock-springboot-starter/pom.xml
+++ b/lock-springboot-starter/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/lock-test/pom.xml b/lock-test/pom.xml
index c4320bb..583d59f 100644
--- a/lock-test/pom.xml
+++ b/lock-test/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/lock-test2/pom.xml b/lock-test2/pom.xml
index 9e16f5a..0da6881 100644
--- a/lock-test2/pom.xml
+++ b/lock-test2/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 1.1.0
+ 1.2.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 67e2362..14d969d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.houbb
lock
pom
- 1.1.0
+ 1.2.0
lock-api
lock-core
diff --git a/release.bat b/release.bat
index 9bfc540..9ed58c0 100644
--- a/release.bat
+++ b/release.bat
@@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定)
:::: 旧版本名称
-SET version=1.1.0
+SET version=1.2.0
:::: 新版本名称
-SET newVersion=1.2.0
+SET newVersion=1.3.0
:::: 组织名称
SET groupName=com.github.houbb
:::: 项目名称