Skip to content

Commit

Permalink
update es to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Sep 15, 2017
1 parent 55a4f05 commit 2541e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Versions
IK version | ES version
-----------|-----------
master | 5.x -> master
5.6.0| 5.6.0
5.5.3| 5.5.3
5.4.3| 5.4.3
5.3.3| 5.3.3
Expand All @@ -37,7 +38,7 @@ Install

* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ):

`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.5.3/elasticsearch-analysis-ik-5.5.3.zip`
`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.0/elasticsearch-analysis-ik-5.6.0.zip`

2.restart elasticsearch

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<inceptionYear>2011</inceptionYear>

<properties>
<elasticsearch.version>5.5.3</elasticsearch.version>
<elasticsearch.version>5.6.0</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>
Expand Down

0 comments on commit 2541e35

Please sign in to comment.