Skip to content

Commit

Permalink
update es to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Mar 5, 2018
1 parent 7a1445f commit 22de5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Versions
IK version | ES version
-----------|-----------
master | 6.x -> master
6.2.1| 6.2.1
6.2.2| 6.2.2
6.1.3| 6.1.3
5.6.4| 5.6.4
5.6.8| 5.6.8
5.5.3| 5.5.3
5.4.3| 5.4.3
5.3.3| 5.3.3
Expand All @@ -40,7 +40,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/v6.2.1/elasticsearch-analysis-ik-6.2.1.zip`
`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.2/elasticsearch-analysis-ik-6.2.2.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>6.2.1</elasticsearch.version>
<elasticsearch.version>6.2.2</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 22de5be

Please sign in to comment.