prepare release elasticsearch-cloud-azure-2.1.0
This commit is contained in:
parent
b7240d7b0d
commit
39c3cbad98
|
@ -3,14 +3,14 @@ Azure Cloud Plugin for Elasticsearch
|
||||||
|
|
||||||
The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism.
|
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 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).
|
* 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 |
|
| 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 |
|
| 2.0.0 | 1.0 -> master | 2014-02-14 |
|
||||||
|
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -16,7 +16,7 @@ governing permissions and limitations under the License. -->
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-cloud-azure</artifactId>
|
<artifactId>elasticsearch-cloud-azure</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Elasticsearch Azure cloud plugin</name>
|
<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>
|
<description>The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.</description>
|
||||||
|
|
Loading…
Reference in New Issue