move to 1.1.0 snap

This commit is contained in:
Shay Banon 2012-01-07 23:11:59 +02:00
parent 168de0f1c2
commit 06971acde6
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
---------------------------------------------
| master | 0.18 -> master |
---------------------------------------------
| 1.0.0 | 0.18 -> master |
---------------------------------------------
A `phonetic` token filter that can be configured with different `encoder` types: `metaphone`, `soundex`, `caverphone`, `refined_soundex`, `double_metaphone` (uses "commons codec":http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html).

View File

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