From 72b3a4d7a131e555f861a9e5a3bca24fb4e2f7a2 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Tue, 7 Feb 2012 15:32:47 +0200 Subject: [PATCH] release 1.1.0 supporting elasticsearch 0.19 --- README.md | 6 ++++-- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 808acb9cded..ada42aa167f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ Smart Chinese Analysis for ElasticSearch The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch. -In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.0.0`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.1.0`. -------------------------------------------------- | Smart Chinese Analysis Plugin | ElasticSearch | -------------------------------------------------- - | master | master (0.19) | + | master | 0.19 -> master | + -------------------------------------------------- + | 1.1.0 | 0.19 -> master | -------------------------------------------------- | 1.0.0 | 0.18 -> master | -------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f1422e841a..7998fab2d09 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-smartcn - 1.1.0-SNAPSHOT + 1.1.0 jar Smart Chinese Analysis for ElasticSearch 2009 @@ -31,7 +31,7 @@ - 0.19.0-SNAPSHOT + 0.19.0.RC1