release branch 0.0.10

This commit is contained in:
binbin.hou
2020-01-11 12:28:03 +08:00
parent 2a10be7436
commit 14b7dc74ac
4 changed files with 12 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
<dependency> <dependency>
<groupId>com.github.houbb</groupId> <groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId> <artifactId>sensitive-word</artifactId>
<version>0.0.8</version> <version>0.0.10</version>
</dependency> </dependency>
``` ```

View File

@@ -74,3 +74,9 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 | | 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:---|:---|:---|:--| |:---|:---|:---|:---|:--|
| 1 | A | 添加邮箱检测 | 2020-1-11 09:34:35 | | | 1 | A | 添加邮箱检测 | 2020-1-11 09:34:35 | |
# release_0.0.10
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:---|:---|:---|:--|
| 1 | F | 修复依赖包 heaven 版本 | 2020-1-11 09:34:35 | |

View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId> <groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId> <artifactId>sensitive-word</artifactId>
<version>0.0.9</version> <version>0.0.10</version>
<properties> <properties>
<!--============================== All Plugins START ==============================--> <!--============================== All Plugins START ==============================-->
@@ -25,7 +25,7 @@
<project.compiler.level>1.7</project.compiler.level> <project.compiler.level>1.7</project.compiler.level>
<!--============================== INTER ==============================--> <!--============================== INTER ==============================-->
<heaven.version>0.1.69-SNAPSHOT</heaven.version> <heaven.version>0.1.69</heaven.version>
<opencc4j.version>1.2.0</opencc4j.version> <opencc4j.version>1.2.0</opencc4j.version>
<!--============================== OTHER ==============================--> <!--============================== OTHER ==============================-->

View File

@@ -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 SET groupName=com.github.houbb
:::: 项目名称 :::: 项目名称