File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ AWS Cloud Plugin for Elasticsearch
33
44The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.
55
6- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.16.0 ` .
6+ In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.0.0.RC1 ` .
77
88| AWS Cloud Plugin | elasticsearch | Release date |
99| ----------------------------| ---------------------| :------------:|
10- | 2.0.0.RC1-SNAPSHOT (master)| 1.0.0.RC1 -> master | |
10+ | 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
11+ | 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-10-15 |
1112| 1.17.0-SNAPSHOT (1.x) | 0.90.4 -> 0.90 | |
1213| 1.16.0 | 0.90.4 -> 0.90 | 2013-11-26 |
1314| 1.15.0 | 0.90.4 -> 0.90 | 2013-09-16 |
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >org.elasticsearch</groupId >
88 <artifactId >elasticsearch-cloud-aws</artifactId >
9- <version >2.0.0.RC1-SNAPSHOT </version >
9+ <version >2.0.0.RC1</version >
1010 <packaging >jar</packaging >
1111 <description >AWS Cloud plugin for ElasticSearch</description >
1212 <inceptionYear >2009</inceptionYear >
3131 </parent >
3232
3333 <properties >
34- <elasticsearch .version>1.0.0.RC1-SNAPSHOT </elasticsearch .version>
34+ <elasticsearch .version>1.0.0.RC1</elasticsearch .version>
3535 <lucene .version>4.6.0</lucene .version>
3636 <tests .output>onerror</tests .output>
3737 <tests .jvms>1</tests .jvms>
You can’t perform that action at this time.
0 commit comments