prepare release elasticsearch-analysis-stempel-2.0.0
This commit is contained in:
parent
5987363945
commit
7483cfaaed
|
@ -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 |
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-stempel</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Stempel (Polish) Analysis plugin for elasticsearch</name>
|
||||
<description>The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.</description>
|
||||
|
|
Loading…
Reference in New Issue