prepare release elasticsearch-analysis-stempel-1.9.0

This commit is contained in:
David Pilato 2013-12-19 23:32:01 +01:00
parent 52bf13f2ce
commit 6387ddf9e6
2 changed files with 4 additions and 3 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.8.0`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.9.0`.
| Stempel Analysis Plugin | elasticsearch | Release date | | Stempel Analysis Plugin | elasticsearch | Release date |
|--------------------------|------------------|:------------:| |--------------------------|------------------|:------------:|
| 1.9.0-SNAPSHOT (master) | 0.90.8 -> master | 2013-12-19 | | 1.10.0-SNAPSHOT (master) | 0.90.8 -> master | |
| 1.9.0 | 0.90.8 -> master | 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 |
| 1.7.0 | 0.90.3 -> 0.90.5 | 2013-08-08 | | 1.7.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
| 1.6.0 | 0.90.1 -> 0.90.2 | 2013-06-06 | | 1.6.0 | 0.90.1 -> 0.90.2 | 2013-06-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>1.9.0-SNAPSHOT</version> <version>1.9.0</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>