Compare commits

...

6 Commits

Author SHA1 Message Date
medcl
793030bfac fix plugin version 2017-02-13 11:29:07 +08:00
medcl
f472a583d0 update es to 2.4.4, Closes#334 2017-02-13 11:00:11 +08:00
medcl
c02076eb6d update es to 2.4.3 2016-12-14 10:34:58 +08:00
medcl
4ece2abdd7 update es to 2.4.2 2016-12-14 10:28:39 +08:00
medcl
d84960e064 update es to 2.4.1 2016-10-13 16:24:17 +08:00
medcl
eb70d426dd update es to 2.4.0 2016-09-02 10:38:15 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ Versions
IK version | ES version
-----------|-----------
master | 2.3.5 -> master
master | 2.4.x -> master
1.10.4 | 2.4.4
1.9.5 | 2.3.5
1.9.4 | 2.3.4
1.9.3 | 2.3.3

View File

@ -6,13 +6,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-ik</artifactId>
<version>1.9.5</version>
<version>1.10.4</version>
<packaging>jar</packaging>
<description>IK Analyzer for Elasticsearch</description>
<inceptionYear>2011</inceptionYear>
<properties>
<elasticsearch.version>2.3.5</elasticsearch.version>
<elasticsearch.version>2.4.4</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>