prepare release elasticsearch-cloud-aws-1.15.0

This commit is contained in:
David Pilato 2013-09-17 06:41:17 +02:00
parent 7e2ee43fdf
commit 16af1f3ea7
2 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@ 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.14.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.15.0`.
<table>
<thead>
@ -14,12 +14,16 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
</thead>
<tbody>
<tr>
<td>1.15.0-SNAPSHOT (master)</td>
<td>1.16.0-SNAPSHOT (master)</td>
<td>0.90.4 -> master</td>
</tr>
<tr>
<td>1.15.0</td>
<td>0.90.4 -> master</td>
</tr>
<tr>
<td>1.14.0</td>
<td>0.90.3 -> master</td>
<td>0.90.3</td>
</tr>
<tr>
<td>1.13.0</td>

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>jar</packaging>
<description>AWS Cloud plugin for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>