From 4515495ff35ac205cf1c1fc81a208fae90dbb901 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 31 May 2013 09:37:47 +0200 Subject: [PATCH] prepare release elasticsearch-cloud-aws-1.12.0 --- README.md | 6 ++++-- pom.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dd84ac4bca..c88c9ff8c38 100644 --- a/README.md +++ b/README.md @@ -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 | ----------------------------------------------- diff --git a/pom.xml b/pom.xml index c07db07a008..8d28616c063 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-cloud-aws - 1.12.0-SNAPSHOT + 1.12.0 jar AWS Cloud plugin for ElasticSearch 2009