release branch 0.0.4

This commit is contained in:
binbin.hou
2020-01-09 14:12:38 +08:00
parent db274c8566
commit 7ae3d5f534
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<properties>
<!--============================== All Plugins START ==============================-->

View File

@@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定)
:::: 旧版本名称
SET version=0.0.3
SET version=0.0.4
:::: 新版本名称
SET newVersion=0.0.4
SET newVersion=0.0.5
:::: 组织名称
SET groupName=com.github.houbb
:::: 项目名称