We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934f79c commit 5b6e9acCopy full SHA for 5b6e9ac
README.textile
@@ -5,7 +5,8 @@ h2. Compatibility
5
The following table shows the versions of elasticsearch and Apache Zookeeper that Zookeeper Plugin was built with.
6
7
|_. ES-zk Plugin |_. Elasticsearch |_. Zookeeper |
8
-| 0.90.11 | 0.90.11 | 3.3.6 |
+| 0.90.1 | 0.90.12 | 3.3.6 |
9
+| 0.90.0 | 0.90.2 | 3.3.6 |
10
| 0.20.0 | 0.20.4 | 3.3.6 |
11
| 0.19.7 | 0.19.9 | 3.3.5 |
12
| 0.19.6 | 0.19.3 | 3.3.5 |
pom.xml
@@ -30,7 +30,7 @@
30
</parent>
31
32
<properties>
33
- <elasticsearch.version>0.90.11</elasticsearch.version>
+ <elasticsearch.version>0.90.12</elasticsearch.version>
34
<zookeeper.version>3.3.6</zookeeper.version>
35
</properties>
36
0 commit comments