Skip to content

Commit 497d35c

Browse files
committed
es 2.4.6 support
1 parent be4bd4b commit 497d35c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 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>2.4.5.1</version>
7+
<version>2.4.6.0</version>
88
<description>elasticsearch analysis by ansj</description>
99
<name>elasticsearch-analysis-ansj</name>
1010
<url>http://maven.nlpcn.org</url>
@@ -22,23 +22,21 @@
2222
<elasticsearch.plugin.name>elasticsearch-analysis-ansj</elasticsearch.plugin.name>
2323
<elasticsearch.plugin.site>true</elasticsearch.plugin.site>
2424
<elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
25-
<elasticsearch.version>2.4.5</elasticsearch.version>
25+
<elasticsearch.version>2.4.6</elasticsearch.version>
2626
<elasticsearch.plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch.plugin.classname>
2727
</properties>
2828

2929
<dependencies>
3030
<dependency>
3131
<groupId>org.ansj</groupId>
3232
<artifactId>ansj_seg</artifactId>
33-
<version>5.1.2</version>
34-
<scope>compile</scope>
33+
<version>5.1.3</version>
3534
</dependency>
3635

3736
<dependency>
3837
<groupId>org.ansj</groupId>
3938
<artifactId>ansj_lucene5_plug</artifactId>
4039
<version>5.1.1.2</version>
41-
<scope>compile</scope>
4240
</dependency>
4341

4442
<dependency>
@@ -100,6 +98,5 @@
10098
</executions>
10199
</plugin>
102100
</plugins>
103-
104101
</build>
105102
</project>

0 commit comments

Comments
 (0)