prepare release elasticsearch-analysis-stempel-2.0.0.RC1

This commit is contained in:
David Pilato 2014-01-15 18:43:52 +01:00
parent f5986887ec
commit 381fc2d0db
2 changed files with 5 additions and 4 deletions

View File

@ -3,11 +3,12 @@ Stempel (Polish) Analysis for Elasticsearch
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into 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/1.9.0`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/2.0.0.RC1`.
| Stempel Analysis Plugin | elasticsearch | Release date | | Stempel Analysis Plugin | elasticsearch | Release date |
|----------------------------|---------------------|:------------:| |----------------------------|---------------------|:------------:|
| 2.0.0.RC1-SNAPSHOT (master)| 1.0.0.RC1 -> master | | | 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
| 1.10.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | | | 1.10.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | |
| 1.9.0 | 0.90.8 -> 0.90 | 2013-12-19 | | 1.9.0 | 0.90.8 -> 0.90 | 2013-12-19 |
| 1.8.0 | 0.90.6 -> 0.90.7 | 2013-11-06 | | 1.8.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-stempel</artifactId> <artifactId>elasticsearch-analysis-stempel</artifactId>
<version>2.0.0.RC1-SNAPSHOT</version> <version>2.0.0.RC1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Stempel (Polish) Analysis for Elasticsearch</description> <description>Stempel (Polish) Analysis for Elasticsearch</description>
<inceptionYear>2009</inceptionYear> <inceptionYear>2009</inceptionYear>
@ -31,7 +31,7 @@
</parent> </parent>
<properties> <properties>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version> <elasticsearch.version>1.0.0.RC1</elasticsearch.version>
<lucene.version>4.6.0</lucene.version> <lucene.version>4.6.0</lucene.version>
<tests.jvms>1</tests.jvms> <tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle> <tests.shuffle>true</tests.shuffle>