From cc01c881af09669164be54f1bca81b94a235e247 Mon Sep 17 00:00:00 2001 From: muliuyun Date: Fri, 9 Feb 2018 11:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ES=E5=88=B06.1.3=20(#510)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update es to 6.1.3 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a264d4..1981b8c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Versions IK version | ES version -----------|----------- master | 6.x -> master -6.1.2| 6.1.2 +6.1.3| 6.1.3 5.6.4| 5.6.4 5.5.3| 5.5.3 5.4.3| 5.4.3 @@ -39,7 +39,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.1.2/elasticsearch-analysis-ik-6.1.2.zip` + `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.1.3/elasticsearch-analysis-ik-6.1.3.zip` 2.restart elasticsearch diff --git a/pom.xml b/pom.xml index df88c5c..3321fd9 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 2011 - 6.1.2 + 6.1.3 1.8 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik -- GitLab