Skip to content

Commit

Permalink
release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Dec 5, 2012
1 parent 2272284 commit dfebf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ AWS Cloud Plugin for ElasticSearch

The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.

In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.9.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.10.0`.

---------------------------------------
| AWS Cloud Plugin | ElasticSearch |
---------------------------------------
| master | 0.19 -> master |
---------------------------------------
| 1.10.0 | 0.19 -> master |
---------------------------------------
| 1.9.0 | 0.19 -> master |
---------------------------------------
| 1.8.0 | 0.19 -> master |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<packaging>jar</packaging>
<description>AWS Cloud plugin for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>
Expand Down

0 comments on commit dfebf61

Please sign in to comment.