From a60059f8b10213f64826b57cb8e3f32483bc02a9 Mon Sep 17 00:00:00 2001 From: medcl Date: Fri, 25 Sep 2015 12:16:56 +0800 Subject: [PATCH] update README,bump up version --- README.md | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e228b4c..ab9b7f3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Versions IK version | ES version -----------|----------- master | 1.5.0 -> master +1.4.1 | 1.7.2 1.4.0 | 1.6.0 1.3.0 | 1.5.0 1.2.9 | 1.4.0 @@ -298,7 +299,7 @@ git clone https://github.com/medcl/elasticsearch-analysis-ik cd elasticsearch-analysis-ik mvn compile mvn package -plugin --install analysis-ik --url file:///#{project_path}/elasticsearch-analysis-ik/target/releases/elasticsearch-analysis-ik-1.3.0.zip +copy file #{project_path}/elasticsearch-analysis-ik/target/releases/elasticsearch-analysis-ik-xxx-jar-with-dependencies.jar to your elasticsearch's folder: plugins/ik ``` Thanks diff --git a/pom.xml b/pom.xml index 2f61675..d16a554 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-ik - 1.4.0 + 1.4.1 jar IK Analyzer for ElasticSearch 2009 @@ -31,7 +31,7 @@ - 1.6.2 + 1.7.2