diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd3369..3b42c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,10 @@ | 序号 | 变更类型 | 说明 | 时间 | 备注 | |:---|:---|:---|:---|:--| -| 1 | A | 基本 api 定义 | 2020-9-2 14:45:40 | | \ No newline at end of file +| 1 | A | 基本 api 定义 | 2020-9-2 14:45:40 | | + +# release_0.0.2 + +| 序号 | 变更类型 | 说明 | 时间 | 备注 | +|:---|:---|:---|:---|:--| +| 1 | A | 常见锁添加 | 2020-9-2 14:45:40 | | \ No newline at end of file diff --git a/lock-api/pom.xml b/lock-api/pom.xml index 03af087..f21ac88 100644 --- a/lock-api/pom.xml +++ b/lock-api/pom.xml @@ -5,7 +5,7 @@ lock com.github.houbb - 0.0.2-SNAPSHOT + 0.0.2 4.0.0 diff --git a/lock-core/pom.xml b/lock-core/pom.xml index dd1348a..c4dbfca 100644 --- a/lock-core/pom.xml +++ b/lock-core/pom.xml @@ -5,7 +5,7 @@ lock com.github.houbb - 0.0.2-SNAPSHOT + 0.0.2 4.0.0 diff --git a/lock-test/pom.xml b/lock-test/pom.xml index e1f5acc..a49fa2f 100644 --- a/lock-test/pom.xml +++ b/lock-test/pom.xml @@ -5,7 +5,7 @@ lock com.github.houbb - 0.0.2-SNAPSHOT + 0.0.2 4.0.0 diff --git a/pom.xml b/pom.xml index d6b073a..56682c6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.houbb lock pom - 0.0.2-SNAPSHOT + 0.0.2 lock-api lock-core diff --git a/release.bat b/release.bat index b2d7667..96acc1a 100644 --- a/release.bat +++ b/release.bat @@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..." :: 版本号信息(需要手动指定) :::: 旧版本名称 -SET version=0.0.1 +SET version=0.0.2 :::: 新版本名称 -SET newVersion=0.0.2 +SET newVersion=0.0.3 :::: 组织名称 SET groupName=com.github.houbb :::: 项目名称