prepare release elasticsearch-analysis-phonetic-1.7.0

This commit is contained in:
David Pilato 2013-11-06 11:19:16 +01:00
parent 894233974e
commit b6ad03e2d9
2 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Phonetic Analysis for ElasticSearch
The Phonetic Analysis plugin integrates phonetic token filter analysis with elasticsearch.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.6.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.7.0`.
<table>
<thead>
@ -15,10 +15,15 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
</thead>
<tbody>
<tr>
<td>1.7.0-SNAPSHOT (master)</td>
<td>1.8.0-SNAPSHOT (master)</td>
<td>0.90.6 -> master</td>
<td></td>
</tr>
<tr>
<td>1.7.0</td>
<td>0.90.6 -> master</td>
<td>2013-11-06</td>
</tr>
<tr>
<td>1.6.0</td>
<td>0.90.3 -> 0.90.5</td>

View File

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