Skip to content

Commit

Permalink
Upgrade to Lucene 4.1
Browse files Browse the repository at this point in the history
Update README
Use lucene.version in pom
Relative to #8
  • Loading branch information
dadoonet committed Feb 24, 2013
1 parent 9e96a84 commit d5ef4de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
----------------------------------------
| ICU Analysis Plugin | ElasticSearch |
----------------------------------------
| master | 0.19 -> master |
| master | 0.21 -> master |
----------------------------------------
| 1.7.0 | 0.19 -> master |
| 1.7.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.6.0 | 0.19 -> master |
| 1.6.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.5.0 | 0.19 -> master |
| 1.5.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.4.0 | 0.19 -> master |
| 1.4.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.3.0 | 0.19 -> master |
| 1.3.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.2.0 | 0.19 -> master |
| 1.2.0 | 0.19 -> 0.20 |
----------------------------------------
| 1.1.0 | 0.18 |
----------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

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

<repositories>
Expand All @@ -52,7 +53,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-icu</artifactId>
<version>4.1.0</version>
<version>${lucene.version}</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -145,3 +146,4 @@
</plugins>
</build>
</project>

0 comments on commit d5ef4de

Please sign in to comment.