diff --git a/README.md b/README.md index 42f6d3370c6..57ac83a84ff 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Stempel (Polish) Analysis for Elasticsearch The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch. -In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/2.0.0.RC2`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/2.0.0`. * For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-stempel/tree/master). * For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-stempel/tree/1.x). | Stempel 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.RC2 | 1.0.0.RC1 -> master | 2014-02-05 | | 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 | diff --git a/pom.xml b/pom.xml index eb752ab3a64..7886d99009c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-stempel - 2.0.0-SNAPSHOT + 2.0.0 jar Stempel (Polish) Analysis plugin for elasticsearch The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.