prepare for next development iteration
This commit is contained in:
parent
7483cfaaed
commit
84e1ec3dfe
|
@ -10,6 +10,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
|
||||||
|
|
||||||
| Stempel Analysis Plugin | elasticsearch | Release date |
|
| Stempel Analysis Plugin | elasticsearch | Release date |
|
||||||
|----------------------------|---------------------|:------------:|
|
|----------------------------|---------------------|:------------:|
|
||||||
|
| 2.1.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
|
||||||
| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
|
| 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.RC2 | 1.0.0.RC1 -> master | 2014-02-05 |
|
||||||
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
|
| 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>
|
<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</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Stempel (Polish) Analysis plugin for elasticsearch</name>
|
<name>Stempel (Polish) Analysis plugin for elasticsearch</name>
|
||||||
<description>The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.</description>
|
<description>The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.</description>
|
||||||
|
|
Loading…
Reference in New Issue