From bcef799089ea760a878086832bbfe5d6edb84abd Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Sat, 3 Mar 2012 23:23:47 +0200 Subject: [PATCH] release 1.4.0 --- README.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b0e8cbc03..8d56bb951df 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.3.0`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.4.0`. --------------------------------------- | AWS Cloud Plugin | ElasticSearch | --------------------------------------- | master | 0.19 -> master | --------------------------------------- + | 1.4.0 | 0.19 -> master | + --------------------------------------- | 1.3.0 | 0.19 -> master | --------------------------------------- | 1.2.0 | 0.18 | diff --git a/pom.xml b/pom.xml index 1547225cc8f..06e7c658745 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-cloud-aws - 1.4.0-SNAPSHOT + 1.4.0 jar AWS Cloud plugin for ElasticSearch 2009