Update to Elasticsearch 0.90.3 / Lucene 4.4.0

Closes #6.
This commit is contained in:
David Pilato 2013-08-08 14:58:59 +02:00
parent f1b0e81fde
commit 3049f677ba
2 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
----------------------------------------------------
| Stempel Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.7.0-SNAPSHOT (master) | 0.90.1 -> master |
| 1.7.0-SNAPSHOT (master) | 0.90.3 -> master |
----------------------------------------------------
| 1.6.0 | 0.90.1 -> master |
| 1.6.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------
| 1.5.0 | 0.90.1 -> master |
| 1.5.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------
| 1.4.0 | 0.90.0 |
----------------------------------------------------

View File

@ -31,8 +31,8 @@
</parent>
<properties>
<elasticsearch.version>0.90.1</elasticsearch.version>
<lucene.version>4.3.0</lucene.version>
<elasticsearch.version>0.90.3</elasticsearch.version>
<lucene.version>4.4.0</lucene.version>
</properties>
<repositories>