move to elasticsearch 0.19.0 snap and use some of its features

This commit is contained in:
Shay Banon 2012-01-31 14:37:24 +02:00
parent b9ce38cd8b
commit 5259f7c872
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
---------------------------------------
| memcached Plugin | ElasticSearch |
---------------------------------------
| master | 0.18 -> master |
| master | master (0.19) |
---------------------------------------
| 1.0.0 | 0.18 -> master |
---------------------------------------

View File

@ -31,7 +31,7 @@
</parent>
<properties>
<elasticsearch.version>0.18.5</elasticsearch.version>
<elasticsearch.version>0.19.0-SNAPSHOT</elasticsearch.version>
</properties>
<repositories>