Update to Elasticsearch 0.90.1

Works also with Elasticsearch 0.90.0.
Closes #27.
This commit is contained in:
David Pilato 2013-05-31 09:35:34 +02:00
parent 485bb96ae6
commit 09d4c5ba2f
2 changed files with 32 additions and 32 deletions

View File

@ -5,35 +5,35 @@ The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechani
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.11.0`.
---------------------------------------
| AWS Cloud Plugin | ElasticSearch |
---------------------------------------
| master | 0.90 -> master |
---------------------------------------
| 1.11.0 | 0.90 -> master |
---------------------------------------
| 1.10.0 | 0.19 -> master |
---------------------------------------
| 1.9.0 | 0.19 -> master |
---------------------------------------
| 1.8.0 | 0.19 -> master |
---------------------------------------
| 1.7.0 | 0.19 -> master |
---------------------------------------
| 1.6.0 | 0.19 -> master |
---------------------------------------
| 1.5.0 | 0.19 -> master |
---------------------------------------
| 1.4.0 | 0.19 -> master |
---------------------------------------
| 1.3.0 | 0.19 -> master |
---------------------------------------
| 1.2.0 | 0.18 |
---------------------------------------
| 1.1.0 | 0.18 |
---------------------------------------
| 1.0.0 | 0.18 |
---------------------------------------
-----------------------------------------------
| AWS Cloud Plugin | ElasticSearch |
-----------------------------------------------
| 1.12.0-SNAPSHOT (master) | 0.90 -> master |
-----------------------------------------------
| 1.11.0 | 0.90 -> master |
-----------------------------------------------
| 1.10.0 | 0.19 |
-----------------------------------------------
| 1.9.0 | 0.19 |
-----------------------------------------------
| 1.8.0 | 0.19 |
-----------------------------------------------
| 1.7.0 | 0.19 |
-----------------------------------------------
| 1.6.0 | 0.19 |
-----------------------------------------------
| 1.5.0 | 0.19 |
-----------------------------------------------
| 1.4.0 | 0.19 |
-----------------------------------------------
| 1.3.0 | 0.19 |
-----------------------------------------------
| 1.2.0 | 0.18 |
-----------------------------------------------
| 1.1.0 | 0.18 |
-----------------------------------------------
| 1.0.0 | 0.18 |
-----------------------------------------------
## Generic Configuration
@ -110,7 +110,7 @@ License
This software is licensed under the Apache 2 license, quoted below.
Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of

View File

@ -31,7 +31,7 @@
</parent>
<properties>
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
<elasticsearch.version>0.90.1</elasticsearch.version>
</properties>
<repositories>
@ -156,4 +156,4 @@
</plugin>
</plugins>
</build>
</project>
</project>