update es to 5.5.2

This commit is contained in:
medcl 2017-08-30 20:34:07 +08:00
parent c4c498a3aa
commit 6309787f94
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Versions
IK version | ES version IK version | ES version
-----------|----------- -----------|-----------
master | 5.x -> master master | 5.x -> master
5.5.1| 5.5.1 5.5.2| 5.5.2
5.4.3| 5.4.3 5.4.3| 5.4.3
5.3.3| 5.3.3 5.3.3| 5.3.3
5.2.2| 5.2.2 5.2.2| 5.2.2

View File

@ -12,7 +12,7 @@
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
<properties> <properties>
<elasticsearch.version>5.5.1</elasticsearch.version> <elasticsearch.version>5.5.2</elasticsearch.version>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor> <elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name> <elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>