prepare release elasticsearch-analysis-icu-1.12.0

This commit is contained in:
David Pilato 2013-11-06 10:46:52 +01:00
parent c46e23e680
commit b5ae609e4c
2 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ICU Analysis for ElasticSearch
The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components. 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.11.0`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-icu/1.12.0`.
<table> <table>
@ -16,10 +16,15 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>1.12.0-SNAPSHOT (master)</td> <td>1.13.0-SNAPSHOT (master)</td>
<td>0.90.6 -> master</td> <td>0.90.6 -> master</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>1.12.0</td>
<td>0.90.6 -> master</td>
<td>2013-11-06</td>
</tr>
<tr> <tr>
<td>1.11.0</td> <td>1.11.0</td>
<td>0.90.3 -> 0.90.5</td> <td>0.90.3 -> 0.90.5</td>

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-icu</artifactId> <artifactId>elasticsearch-analysis-icu</artifactId>
<version>1.12.0-SNAPSHOT</version> <version>1.12.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>ICU Analysis for ElasticSearch</description> <description>ICU Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear> <inceptionYear>2009</inceptionYear>