update to 2.2.1

This commit is contained in:
medcl 2016-03-27 10:12:00 +08:00
parent abc94db3d3
commit 40f70d8ca2
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>