Skip to content

Commit

Permalink
Update to Elasticsearch 0.90.1
Browse files Browse the repository at this point in the history
Works also with Elasticsearch 0.90.0.
Closes #27.
  • Loading branch information
dadoonet committed May 31, 2013
1 parent 485bb96 commit 09d4c5b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechani

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

---------------------------------------
| AWS Cloud Plugin | ElasticSearch |
---------------------------------------
| master | 0.90 -> master |
---------------------------------------
| 1.11.0 | 0.90 -> master |
---------------------------------------
| 1.10.0 | 0.19 -> master |
---------------------------------------
| 1.9.0 | 0.19 -> master |
---------------------------------------
| 1.8.0 | 0.19 -> master |
---------------------------------------
| 1.7.0 | 0.19 -> master |
---------------------------------------
| 1.6.0 | 0.19 -> master |
---------------------------------------
| 1.5.0 | 0.19 -> master |
---------------------------------------
| 1.4.0 | 0.19 -> master |
---------------------------------------
| 1.3.0 | 0.19 -> master |
---------------------------------------
| 1.2.0 | 0.18 |
---------------------------------------
| 1.1.0 | 0.18 |
---------------------------------------
| 1.0.0 | 0.18 |
---------------------------------------
-----------------------------------------------
| AWS Cloud Plugin | ElasticSearch |
-----------------------------------------------
| 1.12.0-SNAPSHOT (master) | 0.90 -> master |
-----------------------------------------------
| 1.11.0 | 0.90 -> master |
-----------------------------------------------
| 1.10.0 | 0.19 |
-----------------------------------------------
| 1.9.0 | 0.19 |
-----------------------------------------------
| 1.8.0 | 0.19 |
-----------------------------------------------
| 1.7.0 | 0.19 |
-----------------------------------------------
| 1.6.0 | 0.19 |
-----------------------------------------------
| 1.5.0 | 0.19 |
-----------------------------------------------
| 1.4.0 | 0.19 |
-----------------------------------------------
| 1.3.0 | 0.19 |
-----------------------------------------------
| 1.2.0 | 0.18 |
-----------------------------------------------
| 1.1.0 | 0.18 |
-----------------------------------------------
| 1.0.0 | 0.18 |
-----------------------------------------------

## Generic Configuration

Expand Down Expand Up @@ -110,7 +110,7 @@ License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<properties>
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
<elasticsearch.version>0.90.1</elasticsearch.version>
</properties>

<repositories>
Expand Down Expand Up @@ -156,4 +156,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 09d4c5b

Please sign in to comment.