Merge branch 'master' of github.com:medcl/elasticsearch-analysis-ik

This commit is contained in:
medcl 2016-03-27 20:55:13 +08:00
commit d15e4e0629
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ Versions
IK version | ES version
-----------|-----------
master | 2.2.0 -> master
master | 2.2.1 -> master
1.8.1 | 2.2.1
1.8.0 | 2.2.0
1.7.0 | 2.1.1
1.6.1 | 2.1.0

View File

@ -12,7 +12,7 @@
<inceptionYear>2011</inceptionYear>
<properties>
<elasticsearch.version>2.2.0</elasticsearch.version>
<elasticsearch.version>2.2.1</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>elasticsearch-analysis-ik</elasticsearch.plugin.name>