diff --git a/lock-api/pom.xml b/lock-api/pom.xml
index 13ffc89..950d664 100644
--- a/lock-api/pom.xml
+++ b/lock-api/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 0.0.4
+ 1.0.0
4.0.0
diff --git a/lock-core/pom.xml b/lock-core/pom.xml
index 8314fa4..c110f78 100644
--- a/lock-core/pom.xml
+++ b/lock-core/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 0.0.4
+ 1.0.0
4.0.0
diff --git a/lock-test/pom.xml b/lock-test/pom.xml
index 5ff0771..49d9eec 100644
--- a/lock-test/pom.xml
+++ b/lock-test/pom.xml
@@ -5,7 +5,7 @@
lock
com.github.houbb
- 0.0.4
+ 1.0.0
4.0.0
diff --git a/pom.xml b/pom.xml
index f912206..8cbe6f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.houbb
lock
pom
- 0.0.4
+ 1.0.0
lock-api
lock-core
diff --git a/release.bat b/release.bat
index d896512..1574b8c 100644
--- a/release.bat
+++ b/release.bat
@@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定)
:::: 旧版本名称
-SET version=0.0.4
+SET version=1.0.0
:::: 新版本名称
-SET newVersion=0.0.5
+SET newVersion=1.1.0
:::: 组织名称
SET groupName=com.github.houbb
:::: 项目名称