Skip to content

Commit d7b26e4

Browse files
committed
fix bug #64, update version to support es 5.4.0
1 parent db3ca7b commit d7b26e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.ansj</groupId>
66
<artifactId>elasticsearch-analysis-ansj</artifactId>
7-
<version>5.3.2.0</version>
7+
<version>5.4.0.0</version>
88
<description>elasticsearch analysis by ansj</description>
99
<name>elasticsearch-analysis-ansj</name>
1010
<url>http://maven.nlpcn.org</url>
@@ -23,21 +23,21 @@
2323
<elasticsearch.plugin.site>true</elasticsearch.plugin.site>
2424
<elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
2525
<elasticsearch.plugin.java.version>1.8</elasticsearch.plugin.java.version>
26-
<elasticsearch.version>5.3.2</elasticsearch.version>
26+
<elasticsearch.version>5.4.0</elasticsearch.version>
2727
<elasticsearch.plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch.plugin.classname>
2828
</properties>
2929

3030
<dependencies>
3131
<dependency>
3232
<groupId>org.ansj</groupId>
3333
<artifactId>ansj_seg</artifactId>
34-
<version>5.1.1</version>
34+
<version>5.1.2</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>org.ansj</groupId>
3939
<artifactId>ansj_lucene6_plug</artifactId>
40-
<version>5.1.1.1</version>
40+
<version>5.1.2.0</version>
4141
</dependency>
4242

4343
<dependency>

0 commit comments

Comments
 (0)