We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42bba0 commit 14066fcCopy full SHA for 14066fc
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.1 | 0.90.12 | 3.3.6 |
+| 1.0.0 | 1.0.1 | 3.3.6 |
9
+| 0.90.2 | 0.90.12 | 3.3.6 |
10
| 0.90.0 | 0.90.2 | 3.3.6 |
11
| 0.20.0 | 0.20.4 | 3.3.6 |
12
| 0.19.7 | 0.19.9 | 3.3.5 |
pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sonian</groupId>
<artifactId>elasticsearch-zookeeper</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>jar</packaging>
<description>ZooKeeper plugin for Elasticsearch</description>
<inceptionYear>2011</inceptionYear>
0 commit comments