Skip to content

Commit e98bde4

Browse files
committed
prepare release elasticsearch-cloud-aws-2.1.1
1 parent a9a76e2 commit e98bde4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AWS Cloud Plugin for Elasticsearch
44
The Amazon Web Service (AWS) Cloud plugin allows to use [AWS API](https://github.com/aws/aws-sdk-java)
55
for the unicast discovery mechanism and add S3 repositories.
66

7-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.0`.
7+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1`.
88

99
* For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/master).
1010
* For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-cloud-aws/tree/es-1.1).
@@ -13,12 +13,12 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1313

1414
| AWS Cloud Plugin | elasticsearch | Release date |
1515
|----------------------------|---------------------|:------------:|
16-
| 2.1.1-SNAPSHOT | 1.1.1 -> 1.1 | XXXX-XX-XX |
16+
| 2.1.1 | 1.1.1 -> 1.1 | 2014-04-18 |
1717
| 2.1.0 | 1.1.0 | 2014-03-26 |
1818

1919
Please read documentation relative to the version you are using:
2020

21-
* [2.1.1-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/es-1.1/README.md)
21+
* [2.1.1](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/v2.1.1/README.md)
2222
* [2.1.0](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/v2.1.0/README.md)
2323

2424
## Generic Configuration

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.elasticsearch</groupId>
77
<artifactId>elasticsearch-cloud-aws</artifactId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch AWS cloud plugin</name>
1111
<description>The Amazon Web Service (AWS) Cloud plugin allows to use AWS API for the unicast discovery mechanism and add S3 repositories.</description>

0 commit comments

Comments
 (0)