From 3c2e35694a72940fdce705d9e83d6356eaee0197 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Mon, 2 Jan 2012 23:13:40 +0200 Subject: [PATCH] release 1.1.0 --- README.md | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8526da664c..2eb2357eefc 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,16 @@ 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.0.0`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.1.0`. --------------------------------------- | AWS Cloud Plugin | ElasticSearch | --------------------------------------- | master | 0.18 -> master | --------------------------------------- + | 1.1.0 | 0.18 -> master | + --------------------------------------- + --------------------------------------- | 1.0.0 | 0.18 -> master | --------------------------------------- diff --git a/pom.xml b/pom.xml index 7e83f06822d..02e28268a1a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-cloud-aws - 1.1.0-SNAPSHOT + 1.1.0 jar AWS Cloud plugin for ElasticSearch 2009