Skip to content

Commit

Permalink
prepare release elasticsearch-analysis-kuromoji-2.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Jan 15, 2014
1 parent e488cdf commit 51d39d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Japanese (kuromoji) Analysis for Elasticsearch

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

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

| Kuromoji Analysis Plugin | elasticsearch | Release date |
|-----------------------------|---------------------|:------------:|
| 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
| 1.8.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | |
| 1.7.0 | 0.90.8 -> 0.90 | 2013-12-20 |
| 1.6.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-kuromoji</artifactId>
<version>2.0.0.RC1-SNAPSHOT</version>
<version>2.0.0.RC1</version>
<packaging>jar</packaging>
<description>Japanese (kuromoji) Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>
Expand All @@ -31,7 +31,7 @@
</parent>

<properties>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
<lucene.version>4.6.0</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
Expand Down

0 comments on commit 51d39d3

Please sign in to comment.