File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ ICU Analysis for Elasticsearch
3
3
4
4
The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.
5
5
6
- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.0.0.RC1 ` .
6
+ In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.0.0 ` .
7
7
8
8
* For 1.0.x elasticsearch versions, look at [ master branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/master ) .
9
9
* For 0.90.x elasticsearch versions, look at [ 1.x branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/1.x ) .
10
10
11
11
| ICU Analysis Plugin | elasticsearch | Release date |
12
12
| -----------------------------| ---------------------| :------------:|
13
- | 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
13
+ | 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
14
14
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
15
15
16
16
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.elasticsearch</groupId >
7
7
<artifactId >elasticsearch-analysis-icu</artifactId >
8
- <version >2.0.0-SNAPSHOT </version >
8
+ <version >2.0.0</version >
9
9
<packaging >jar</packaging >
10
10
<name >ICU Analysis plugin for elasticsearch</name >
11
11
<description >The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.</description >
You can’t perform that action at this time.
0 commit comments