Skip to content

Commit 8ae662d

Browse files
committed
prepare release elasticsearch-analysis-kuromoji-2.0.0
1 parent dfcfe7e commit 8ae662d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Japanese (kuromoji) Analysis for Elasticsearch
33

44
The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.
55

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

88
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/master).
99
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/1.x).
1010

1111

1212
| Kuromoji Analysis Plugin | elasticsearch | Release date |
1313
|-----------------------------|---------------------|:------------:|
14-
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
14+
| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
1515
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
1616

1717
The plugin includes the `kuromoji` analyzer.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.elasticsearch</groupId>
77
<artifactId>elasticsearch-analysis-kuromoji</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<packaging>jar</packaging>
1010
<name>Japanese (kuromoji) Analysis plugin for elasticsearch</name>
1111
<description>The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.</description>

0 commit comments

Comments
 (0)