From 5e8d0df2be0e8540f153bf0e8474757549d69e5d Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 19 Jun 2018 09:14:57 +0800 Subject: [PATCH] update es to 6.3.0 --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92f51d5..97dc766 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Versions IK version | ES version -----------|----------- master | 6.x -> master +6.3.0| 6.3.0 6.2.4| 6.2.4 6.1.3| 6.1.3 5.6.8| 5.6.8 @@ -41,7 +42,7 @@ Install * optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ): ``` - ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip + ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0/elasticsearch-analysis-ik-6.3.0.zip ``` NOTE: replace `6.2.3` to your own elasticsearch version diff --git a/pom.xml b/pom.xml index e428007..12d940b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 2011 - 6.2.4 + 6.3.0 1.8 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik -- GitLab