From 8ae662da7cea8b27c0680b3c7987e85263e2e615 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 28 Feb 2014 23:55:36 +0100 Subject: [PATCH] prepare release elasticsearch-analysis-kuromoji-2.0.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3de0db745e..39c34b43354 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Japanese (kuromoji) Analysis for Elasticsearch The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch. -In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/2.0.0.RC1`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/2.0.0`. * For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/master). * For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/1.x). @@ -11,7 +11,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e | Kuromoji Analysis Plugin | elasticsearch | Release date | |-----------------------------|---------------------|:------------:| -| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX | +| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 | | 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 | The plugin includes the `kuromoji` analyzer. diff --git a/pom.xml b/pom.xml index db6dad2b5ad..9ff6ac612b5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-kuromoji - 2.0.0-SNAPSHOT + 2.0.0 jar Japanese (kuromoji) Analysis plugin for elasticsearch The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.