Skip to content

Commit

Permalink
Move to Elasticsearch 0.21.0.Beta1
Browse files Browse the repository at this point in the history
Due to refactoring in 0.21.x we have to update this plugin
Closes #5.
  • Loading branch information
dadoonet committed Feb 24, 2013
1 parent 861eae2 commit 9902102
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
-----------------------------------------------
| Phonetic Analysis Plugin | ElasticSearch |
-----------------------------------------------
| master | 0.19.2 -> master |
| master | 0.21 -> master |
-----------------------------------------------
| 1.2.0 | 0.19.2 -> master |
| 1.2.0 | 0.19.2 -> 0.20 |
-----------------------------------------------
| 1.1.0 | 0.19 |
-----------------------------------------------
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
</parent>

<properties>
<elasticsearch.version>0.19.3</elasticsearch.version>
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
<lucene.version>4.1.0</lucene.version>
</properties>

<repositories>
Expand All @@ -51,8 +52,8 @@

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-phonetic</artifactId>
<version>3.6.0</version>
<artifactId>lucene-analyzers-phonetic</artifactId>
<version>${lucene.version}</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -140,4 +141,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9902102

Please sign in to comment.