release branch 0.7.0

This commit is contained in:
binbin.hou
2023-06-09 17:21:48 +08:00
parent 258622e8a2
commit 1df1e6aec1
27 changed files with 431 additions and 347 deletions

15
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<properties>
<!--============================== All Plugins START ==============================-->
@@ -68,6 +68,14 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>4.0.0</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
@@ -91,6 +99,11 @@
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</dependency>
</dependencies>
<build>