From 62d2a60edc087c518e85483268a8b4d12ad5f593 Mon Sep 17 00:00:00 2001 From: "binbin.hou" Date: Thu, 8 Dec 2022 11:16:22 +0800 Subject: [PATCH] release branch 1.2.0 --- lock-api/pom.xml | 2 +- lock-core/pom.xml | 2 +- lock-spring/pom.xml | 2 +- lock-springboot-starter/pom.xml | 2 +- lock-test/pom.xml | 2 +- lock-test2/pom.xml | 2 +- pom.xml | 2 +- release.bat | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) 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 :::: 项目名称