Skip to content

Commit

Permalink
support lucene 7
Browse files Browse the repository at this point in the history
全面支持lucene 7 最新版
  • Loading branch information
blueshen authored Oct 10, 2018
1 parent 848ba3b commit 7936964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wltea.ik-analyzer</groupId>
<artifactId>ik-analyzer</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0</version>
<name>IK Analyzer</name>
<description>A dictionary and grammar-based Chinese segmenter.</description>
<properties>
Expand Down Expand Up @@ -34,4 +34,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 7936964

Please sign in to comment.