From dfebf610f2fab83c56b3df10a2f2de668b58fd24 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Thu, 6 Dec 2012 00:23:17 +0100 Subject: [PATCH] release 1.10.0 --- README.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c28ab02829..617ea6d21a5 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ 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.9.0`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.10.0`. --------------------------------------- | AWS Cloud Plugin | ElasticSearch | --------------------------------------- | master | 0.19 -> master | --------------------------------------- + | 1.10.0 | 0.19 -> master | + --------------------------------------- | 1.9.0 | 0.19 -> master | --------------------------------------- | 1.8.0 | 0.19 -> master | diff --git a/pom.xml b/pom.xml index 49b0f7adaa8..c0be2ec0b09 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-cloud-aws - 1.10.0-SNAPSHOT + 1.10.0 jar AWS Cloud plugin for ElasticSearch 2009