Update to Elasticsearch 0.90.3 / Lucene 4.4.0

Closes #4.
This commit is contained in:
David Pilato 2013-08-08 15:26:08 +02:00
parent ff42ae5cd2
commit 19bcfc2715
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
----------------------------------------------------
| Smart Chinese Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.6.0-SNAPSHOT (master) | 0.90.1 -> master |
| 1.6.0-SNAPSHOT (master) | 0.90.3 -> master |
----------------------------------------------------
| 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>