prepare for next development iteration

This commit is contained in:
David Pilato 2014-03-12 12:19:17 +01:00
parent cba743df3f
commit cbca1c4838
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
| GCE Cloud Plugin | elasticsearch | gce api | Release date |
|----------------------------|---------------------|--------------|:------------:|
| 2.1.0-SNAPSHOT | 1.0.0.RC1 -> master | 1.17.0-rc | XXXX-XX-XX |
| 2.0.0 | 1.0.0.RC1 -> master | 1.17.0-rc | 2014-03-12 |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.15.0-rc | 2014-01-15 |

View File

@ -16,7 +16,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</version>
<version>2.1.0-SNAPSHOT</version>
<name>Elasticsearch Google Compute Engine cloud plugin</name>
<description>The Google Compute Engine (GCE) Cloud plugin allows to use GCE API for the unicast discovery mechanism.</description>