Skip to content

Commit 381fc2d

Browse files
committed
prepare release elasticsearch-analysis-stempel-2.0.0.RC1
1 parent f598688 commit 381fc2d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Stempel (Polish) Analysis for Elasticsearch
33

44
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
55

6-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.9.0`.
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/2.0.0.RC1`.
77

88
| Stempel Analysis Plugin | elasticsearch | Release date |
99
|----------------------------|---------------------|:------------:|
10-
| 2.0.0.RC1-SNAPSHOT (master)| 1.0.0.RC1 -> master | |
10+
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
11+
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
1112
| 1.10.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | |
1213
| 1.9.0 | 0.90.8 -> 0.90 | 2013-12-19 |
1314
| 1.8.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-stempel</artifactId>
9-
<version>2.0.0.RC1-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<packaging>jar</packaging>
1111
<description>Stempel (Polish) Analysis for Elasticsearch</description>
1212
<inceptionYear>2009</inceptionYear>
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
34+
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
3535
<lucene.version>4.6.0</lucene.version>
3636
<tests.jvms>1</tests.jvms>
3737
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)