Skip to content

Commit 09d4c5b

Browse files
committed
Update to Elasticsearch 0.90.1
Works also with Elasticsearch 0.90.0. Closes #27.
1 parent 485bb96 commit 09d4c5b

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechani
55

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

8-
---------------------------------------
9-
| AWS Cloud Plugin | ElasticSearch |
10-
---------------------------------------
11-
| master | 0.90 -> master |
12-
---------------------------------------
13-
| 1.11.0 | 0.90 -> master |
14-
---------------------------------------
15-
| 1.10.0 | 0.19 -> master |
16-
---------------------------------------
17-
| 1.9.0 | 0.19 -> master |
18-
---------------------------------------
19-
| 1.8.0 | 0.19 -> master |
20-
---------------------------------------
21-
| 1.7.0 | 0.19 -> master |
22-
---------------------------------------
23-
| 1.6.0 | 0.19 -> master |
24-
---------------------------------------
25-
| 1.5.0 | 0.19 -> master |
26-
---------------------------------------
27-
| 1.4.0 | 0.19 -> master |
28-
---------------------------------------
29-
| 1.3.0 | 0.19 -> master |
30-
---------------------------------------
31-
| 1.2.0 | 0.18 |
32-
---------------------------------------
33-
| 1.1.0 | 0.18 |
34-
---------------------------------------
35-
| 1.0.0 | 0.18 |
36-
---------------------------------------
8+
-----------------------------------------------
9+
| AWS Cloud Plugin | ElasticSearch |
10+
-----------------------------------------------
11+
| 1.12.0-SNAPSHOT (master) | 0.90 -> master |
12+
-----------------------------------------------
13+
| 1.11.0 | 0.90 -> master |
14+
-----------------------------------------------
15+
| 1.10.0 | 0.19 |
16+
-----------------------------------------------
17+
| 1.9.0 | 0.19 |
18+
-----------------------------------------------
19+
| 1.8.0 | 0.19 |
20+
-----------------------------------------------
21+
| 1.7.0 | 0.19 |
22+
-----------------------------------------------
23+
| 1.6.0 | 0.19 |
24+
-----------------------------------------------
25+
| 1.5.0 | 0.19 |
26+
-----------------------------------------------
27+
| 1.4.0 | 0.19 |
28+
-----------------------------------------------
29+
| 1.3.0 | 0.19 |
30+
-----------------------------------------------
31+
| 1.2.0 | 0.18 |
32+
-----------------------------------------------
33+
| 1.1.0 | 0.18 |
34+
-----------------------------------------------
35+
| 1.0.0 | 0.18 |
36+
-----------------------------------------------
3737

3838
## Generic Configuration
3939

@@ -110,7 +110,7 @@ License
110110

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

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

115115
Licensed under the Apache License, Version 2.0 (the "License"); you may not
116116
use this file except in compliance with the License. You may obtain a copy of

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
34+
<elasticsearch.version>0.90.1</elasticsearch.version>
3535
</properties>
3636

3737
<repositories>
@@ -156,4 +156,4 @@
156156
</plugin>
157157
</plugins>
158158
</build>
159-
</project>
159+
</project>

0 commit comments

Comments
 (0)