From 1f2dfbffd52b1aecc10440688f57e39ef1124a0b Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 19 Sep 2017 15:35:31 +0800 Subject: [PATCH] update es to 5.6.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90f012b..ac65b79 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Versions IK version | ES version -----------|----------- master | 5.x -> master -5.6.0| 5.6.0 +5.6.1| 5.6.1 5.5.3| 5.5.3 5.4.3| 5.4.3 5.3.3| 5.3.3 @@ -38,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.6.0/elasticsearch-analysis-ik-5.6.0.zip` + `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.1/elasticsearch-analysis-ik-5.6.1.zip` 2.restart elasticsearch diff --git a/pom.xml b/pom.xml index ee1aa49..6f35b95 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 2011 - 5.6.0 + 5.6.1 1.8 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik -- GitLab