prepare release elasticsearch-cloud-aws-1.12.0

This commit is contained in:
David Pilato 2013-05-31 09:37:47 +02:00
parent 09d4c5ba2f
commit 4515495ff3
2 changed files with 5 additions and 3 deletions

View File

@ -3,12 +3,14 @@ AWS Cloud Plugin for ElasticSearch
The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.11.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.12.0`.
-----------------------------------------------
| AWS Cloud Plugin | ElasticSearch |
-----------------------------------------------
| 1.12.0-SNAPSHOT (master) | 0.90 -> master |
| 1.13.0-SNAPSHOT (master) | 0.90 -> master |
-----------------------------------------------
| 1.12.0 | 0.90 -> master |
-----------------------------------------------
| 1.11.0 | 0.90 -> master |
-----------------------------------------------

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0</version>
<packaging>jar</packaging>
<description>AWS Cloud plugin for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>