Skip to content

Commit

Permalink
release 1.2.0 which works with 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Feb 7, 2012
1 parent 90e80cf commit 76ebae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,12 +3,14 @@ ICU Analysis for ElasticSearch

The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.

In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-icu/1.1.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-icu/1.2.0`.

----------------------------------------
| ICU Analysis Plugin | ElasticSearch |
----------------------------------------
| master | master (0.19) |
| master | 0.19 -> master |
----------------------------------------
| 1.2.0 | 0.19 -> master |
----------------------------------------
| 1.1.0 | 0.18 -> master |
----------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-icu</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<description>ICU Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>
Expand All @@ -31,7 +31,7 @@
</parent>

<properties>
<elasticsearch.version>0.19.0-SNAPSHOT</elasticsearch.version>
<elasticsearch.version>0.19.0.RC1</elasticsearch.version>
</properties>

<repositories>
Expand Down

0 comments on commit 76ebae7

Please sign in to comment.