File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ Stempel (Polish) Analysis for Elasticsearch
3
3
4
4
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
5
5
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 ` .
7
7
8
8
| Stempel Analysis Plugin | elasticsearch | Release date |
9
9
| ----------------------------| ---------------------| :------------:|
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 |
11
12
| 1.10.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | |
12
13
| 1.9.0 | 0.90.8 -> 0.90 | 2013-12-19 |
13
14
| 1.8.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-analysis-stempel</artifactId >
9
- <version >2.0.0.RC1-SNAPSHOT </version >
9
+ <version >2.0.0.RC1</version >
10
10
<packaging >jar</packaging >
11
11
<description >Stempel (Polish) Analysis for Elasticsearch</description >
12
12
<inceptionYear >2009</inceptionYear >
31
31
</parent >
32
32
33
33
<properties >
34
- <elasticsearch .version>1.0.0.RC1-SNAPSHOT </elasticsearch .version>
34
+ <elasticsearch .version>1.0.0.RC1</elasticsearch .version>
35
35
<lucene .version>4.6.0</lucene .version>
36
36
<tests .jvms>1</tests .jvms>
37
37
<tests .shuffle>true</tests .shuffle>
You can’t perform that action at this time.
0 commit comments