release 1.6.0
This commit is contained in:
parent
f1cb1e58d5
commit
28346ab70c
|
@ -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.4.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.6.0`.
|
||||
|
||||
---------------------------------------
|
||||
| AWS Cloud Plugin | ElasticSearch |
|
||||
---------------------------------------
|
||||
| master | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.6.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.5.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.4.0 | 0.19 -> master |
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-cloud-aws</artifactId>
|
||||
<version>1.6.0-SNAPSHOT</version>
|
||||
<version>1.6.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>AWS Cloud plugin for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<version>1.3.10</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<!-- We need to exclude httpclient, since it pulls the wrong version -->
|
||||
|
|
Loading…
Reference in New Issue