update es to 5.0.0-rc1

This commit is contained in:
medcl 2016-10-13 16:26:43 +08:00
parent e0ada4440e
commit 754572b2b9
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ Versions
IK version | ES version
-----------|-----------
master | 5.x -> master
5.0.0-beta1 | 5.0.0-beta1
5.0.0-rc1 | 5.0.0-rc1
1.10.1 | 2.4.1
1.9.5 | 2.3.5
1.9.4 | 2.3.4
1.9.3 | 2.3.3

View File

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