release branch 0.0.12

This commit is contained in:
binbin.hou
2020-01-16 20:54:14 +08:00
parent 88fc3a68d1
commit f45cb0be5a
20 changed files with 429 additions and 135 deletions

17
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.0.12-SNAPSHOT</version>
<version>0.0.12</version>
<properties>
<!--============================== All Plugins START ==============================-->
@@ -25,7 +25,7 @@
<project.compiler.level>1.7</project.compiler.level>
<!--============================== INTER ==============================-->
<heaven.version>0.1.72</heaven.version>
<heaven.version>0.1.73</heaven.version>
<opencc4j.version>1.2.0</opencc4j.version>
<!--============================== OTHER ==============================-->
@@ -37,13 +37,6 @@
<!--============================== SELF ==============================-->
<!--============================== INTER ==============================-->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>heaven</artifactId>
<version>${heaven.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>opencc4j</artifactId>
@@ -59,6 +52,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>heaven</artifactId>
<version>${heaven.version}</version>
</dependency>
<!--============================== OTHER ==============================-->
<dependency>