diff --git a/README.md b/README.md index 06bd352b..acc7dc6f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ AWS Cloud Plugin for Elasticsearch The Amazon Web Service (AWS) Cloud plugin allows to use [AWS API](https://github.com/aws/aws-sdk-java) for the unicast discovery mechanism and add S3 repositories. -In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.0.0.RC1`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.0`. * For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/master). * For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.1). @@ -13,11 +13,11 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e | AWS Cloud Plugin | elasticsearch | Release date | |----------------------------|---------------------|:------------:| -| 2.1.0-SNAPSHOT | 1.1.0 -> 1.1 | XXXX-XX-XX | +| 2.1.0 | 1.1.0 -> 1.1 | 2014-03-26 | Please read documentation relative to the version you are using: -* [2.1.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/es-1.1/README.md) +* [2.1.0](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/v2.1.0/README.md) ## Generic Configuration diff --git a/pom.xml b/pom.xml index 16a4de68..673f0576 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch elasticsearch-cloud-aws - 2.1.0-SNAPSHOT + 2.1.0 jar Elasticsearch AWS cloud plugin The Amazon Web Service (AWS) Cloud plugin allows to use AWS API for the unicast discovery mechanism and add S3 repositories.