prepare release elasticsearch-cloud-gce-2.0.0.RC1

This commit is contained in:
David Pilato 2014-01-15 19:07:03 +01:00
parent 853519ae95
commit b2247c977a
2 changed files with 5 additions and 4 deletions

View File

@ -3,11 +3,12 @@ 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.1.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-gce/2.0.0.RC1`.
| GCE Cloud Plugin | elasticsearch | Release date |
|----------------------------|---------------------|:------------:|
| 2.0.0.RC1-SNAPSHOT (master)| 1.0.0.RC1 -> master | |
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
| 1.2.0-SNAPSHOT (1.x) | 0.90.3 -> 0.90 | |
| 1.1.0 | 0.90.3 -> 0.90 | 2013-08-09 |
| 1.0.0 | 0.90.0 -> 0.90.2 | 2013-07-23 |

View File

@ -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>2.0.0.RC1-SNAPSHOT</version>
<version>2.0.0.RC1</version>
<description>Google Compute Engine Cloud plugin for ElasticSearch</description>
<inceptionYear>2013</inceptionYear>
@ -47,7 +47,7 @@ governing permissions and limitations under the License. -->
</issueManagement>
<properties>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
<google.gce.version>v1beta15-rev3-1.15.0-rc</google.gce.version>
<google.api.version>1.15.0-rc</google.api.version>
<lucene.version>4.6.0</lucene.version>