From 14b7dc74ac167b6497a0d8111adcb70f33d7487e Mon Sep 17 00:00:00 2001 From: "binbin.hou" <1060732496@qq.com> Date: Sat, 11 Jan 2020 12:28:03 +0800 Subject: [PATCH] release branch 0.0.10 --- README.md | 2 +- doc/CHANGE_LOG.md | 8 +++++++- pom.xml | 4 ++-- release.bat | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c53fdd..ef5dc79 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ com.github.houbb sensitive-word - 0.0.8 + 0.0.10 ``` diff --git a/doc/CHANGE_LOG.md b/doc/CHANGE_LOG.md index 6049cb0..e2272ff 100644 --- a/doc/CHANGE_LOG.md +++ b/doc/CHANGE_LOG.md @@ -73,4 +73,10 @@ | 序号 | 变更类型 | 说明 | 时间 | 备注 | |:---|:---|:---|:---|:--| -| 1 | A | 添加邮箱检测 | 2020-1-11 09:34:35 | | \ No newline at end of file +| 1 | A | 添加邮箱检测 | 2020-1-11 09:34:35 | | + +# release_0.0.10 + +| 序号 | 变更类型 | 说明 | 时间 | 备注 | +|:---|:---|:---|:---|:--| +| 1 | F | 修复依赖包 heaven 版本 | 2020-1-11 09:34:35 | | \ No newline at end of file diff --git a/pom.xml b/pom.xml index e36fd65..1d1e367 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.houbb sensitive-word - 0.0.9 + 0.0.10 @@ -25,7 +25,7 @@ 1.7 - 0.1.69-SNAPSHOT + 0.1.69 1.2.0 diff --git a/release.bat b/release.bat index fe09a4c..cc29d69 100644 --- a/release.bat +++ b/release.bat @@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..." :: 版本号信息(需要手动指定) :::: 旧版本名称 -SET version=0.0.9 +SET version=0.0.10 :::: 新版本名称 -SET newVersion=0.1.0 +SET newVersion=0.0.11 :::: 组织名称 SET groupName=com.github.houbb :::: 项目名称