From 7ae3d5f5344f1b5aa6a092018ede76a2ca655062 Mon Sep 17 00:00:00 2001 From: "binbin.hou" <1060732496@qq.com> Date: Thu, 9 Jan 2020 14:12:38 +0800 Subject: [PATCH] release branch 0.0.4 --- pom.xml | 2 +- release.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index da40bb5..d57f82c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.houbb sensitive-word - 0.0.4-SNAPSHOT + 0.0.4 diff --git a/release.bat b/release.bat index 2e67f14..0c08976 100644 --- a/release.bat +++ b/release.bat @@ -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 :::: 项目名称