Skip to content

Commit 5c0573a

Browse files
committed
prepare release elasticsearch-cloud-aws-2.2.0
1 parent 4e7acc8 commit 5c0573a

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, run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1`.
7+
In order to install the plugin, run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.2.0`.
88

99
where `2.1.1` would be the version applicable to your elasticsearch release, as follows:
1010

@@ -19,11 +19,11 @@ you would be responsible building the plugin and providing the file/url yourself
1919

2020
| AWS Cloud Plugin | elasticsearch | Release date |
2121
|----------------------------|---------------------|:------------:|
22-
| 2.2.0-SNAPSHOT | 1.2.0 -> 1.2 | XXXX-XX-XX |
22+
| 2.2.0 | 1.2.0 -> 1.2 | 2014-06-21 |
2323

2424
Please read documentation relative to the version you are using:
2525

26-
* [2.2.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/es-1.2/README.md)
26+
* [2.2.0](https://github.com/elasticsearch/elasticsearch-cloud-aws/blob/v2.2.0/README.md)
2727

2828
## Generic Configuration
2929

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.2.0-SNAPSHOT</version>
8+
<version>2.2.0</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)