diff --git a/README.md b/README.md
index 1f690ec336c..bb1643d527a 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,14 @@ Stempel (Polish) Analysis for ElasticSearch
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
-In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.5.0`.
+In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.6.0`.
----------------------------------------------------
| Stempel Analysis Plugin | ElasticSearch |
----------------------------------------------------
- | 1.6.0-SNAPSHOT (master) | 0.90.1 -> master |
+ | 1.7.0-SNAPSHOT (master) | 0.90.1 -> master |
+ ----------------------------------------------------
+ | 1.6.0 | 0.90.1 -> master |
----------------------------------------------------
| 1.5.0 | 0.90.1 -> master |
----------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90f80017409..78df5514a4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.elasticsearch
elasticsearch-analysis-stempel
- 1.6.0-SNAPSHOT
+ 1.6.0
jar
Stempel (Polish) Analysis for ElasticSearch
2009