diff --git a/README.textile b/README.textile
index f013d78..3a751b1 100644
--- a/README.textile
+++ b/README.textile
@@ -5,7 +5,8 @@ h2. Compatibility
The following table shows the versions of elasticsearch and Apache Zookeeper that Zookeeper Plugin was built with.
|_. ES-zk Plugin |_. Elasticsearch |_. Zookeeper |
-| 0.90.1 | 0.90.12 | 3.3.6 |
+| 1.0.0 | 1.0.1 | 3.3.6 |
+| 0.90.2 | 0.90.12 | 3.3.6 |
| 0.90.0 | 0.90.2 | 3.3.6 |
| 0.20.0 | 0.20.4 | 3.3.6 |
| 0.19.7 | 0.19.9 | 3.3.5 |
diff --git a/pom.xml b/pom.xml
index b717cb9..198dae8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
com.sonian
elasticsearch-zookeeper
- 1.0.0-SNAPSHOT
+ 1.0.0
jar
ZooKeeper plugin for Elasticsearch
2011