diff --git a/README.md b/README.md
index 7541b06d542..13ad8b5018d 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,22 @@ 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.4.0`.
+In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.5.0`.
----------------------------------------------------
| Stempel Analysis Plugin | ElasticSearch |
----------------------------------------------------
- | 1.5.0-SNAPSHOT (master) | 0.90.1 -> master |
+ | 1.6.0-SNAPSHOT (master) | 0.90.1 -> master |
----------------------------------------------------
- | 1.4.0 | 0.90.0 -> master |
+ | 1.5.0 | 0.90.1 -> master |
----------------------------------------------------
- | 1.3.0 | 0.90.0 -> master |
+ | 1.4.0 | 0.90.0 |
+ ----------------------------------------------------
+ | 1.3.0 | 0.90.0 |
----------------------------------------------------
| 1.2.0 | 0.19 -> 0.20 |
----------------------------------------------------
- | 1.1.0 | 0.19 -> master |
+ | 1.1.0 | 0.19 |
----------------------------------------------------
| 1.0.0 | 0.18 |
----------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce1a1b2c8bc..9e6672a89cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.elasticsearch
elasticsearch-analysis-stempel
- 1.5.0-SNAPSHOT
+ 1.5.0
jar
Stempel (Polish) Analysis for ElasticSearch
2009