mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 17:09:18 +00:00
release 1.3.0 supporting elasticsearch 0.19
This commit is contained in:
parent
208d030264
commit
c29210c625
@ -3,12 +3,14 @@ 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.2.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.3.0`.
|
||||
|
||||
---------------------------------------
|
||||
| AWS Cloud Plugin | ElasticSearch |
|
||||
---------------------------------------
|
||||
| master | master (0.19) |
|
||||
| master | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.3.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.2.0 | 0.18 |
|
||||
---------------------------------------
|
||||
|
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.2.0</version>
|
||||
<version>1.3.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>AWS Cloud plugin for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
@ -31,7 +31,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>0.19.0-SNAPSHOT</elasticsearch.version>
|
||||
<elasticsearch.version>0.19.0.RC1</elasticsearch.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
Loading…
x
Reference in New Issue
Block a user