update es to 6.0.1

This commit is contained in:
medcl 2017-12-20 09:57:14 +08:00
parent 2851cc2501
commit dc739d2cee
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 | 6.x -> master master | 6.x -> master
6.0.0| 6.0.0 6.0.1| 6.0.1
5.6.4| 5.6.4 5.6.4| 5.6.4
5.5.3| 5.5.3 5.5.3| 5.5.3
5.4.3| 5.4.3 5.4.3| 5.4.3

View File

@ -12,7 +12,7 @@
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
<properties> <properties>
<elasticsearch.version>6.0.0</elasticsearch.version> <elasticsearch.version>6.0.1</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>