prepare release elasticsearch-cloud-gce-1.1.0

This commit is contained in:
David Pilato 2013-08-09 10:00:44 +02:00
parent ed562689f7
commit 1930c09eb2
2 changed files with 7 additions and 5 deletions

@ -3,14 +3,16 @@ Google Compute Engine Cloud Plugin for Elasticsearch
The GCE Cloud plugin allows to use GCE API for the unicast discovery mechanism.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-gce/1.0.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-gce/1.1.0`.
-------------------------------------------------------------
| GCE Cloud Plugin | Elasticsearch | Release date |
-------------------------------------------------------------
| 1.1.0-SNAPSHOT (master) | 0.90 -> master | |
| 1.2.0-SNAPSHOT (master) | 0.90 -> master | |
-------------------------------------------------------------
| 1.0.0 | 0.90 -> master | 2013-07-23 |
| 1.1.0 | 0.90.3 -> master | 2013-08-09 |
-------------------------------------------------------------
| 1.0.0 | 0.90 -> 0.90.2 | 2013-07-23 |
-------------------------------------------------------------
@ -133,7 +135,7 @@ Install the plugin:
```sh
# Use Plugin Manager to install it
sudo /usr/share/elasticsearch/bin/plugin
--install elasticsearch/elasticsearch-cloud-gce/1.0.0
--install elasticsearch/elasticsearch-cloud-gce/1.1.0
# Configure it:
sudo vi /etc/elasticsearch/elasticsearch.yml

@ -17,7 +17,7 @@ governing permissions and limitations under the License. -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-gce</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<description>Google Compute Engine Cloud plugin for ElasticSearch</description>
<inceptionYear>2013</inceptionYear>