prepare release elasticsearch-cloud-azure-2.1.0

This commit is contained in:
David Pilato 2014-03-17 19:36:52 +01:00
parent b7240d7b0d
commit 39c3cbad98
2 changed files with 3 additions and 3 deletions

View File

@ -3,14 +3,14 @@ Azure Cloud Plugin for Elasticsearch
The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.0.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.1.0`.
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/master).
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/1.x).
| Azure Cloud Plugin | elasticsearch | Release date |
|-----------------------------|---------------------|:------------:|
| 2.1.0-SNAPSHOT | 1.0 -> master | XXXX-XX-XX |
| 2.1.0 | 1.0 -> master | 2014-03-17 |
| 2.0.0 | 1.0 -> master | 2014-02-14 |

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-azure</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>Elasticsearch Azure cloud plugin</name>
<description>The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.</description>