diff --git a/README.md b/README.md
index 9c1856c0ff5..49475e854a4 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,16 @@ AWS Cloud Plugin for ElasticSearch
The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.
-In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.13.0`.
+In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.14.0`.
-----------------------------------------------
| AWS Cloud Plugin | ElasticSearch |
-----------------------------------------------
- | 1.14.0-SNAPSHOT (master) | 0.90.3 -> master |
+ | 1.15.0-SNAPSHOT (master) | 0.90.3 -> master |
-----------------------------------------------
- | 1.13.0 | 0.90.3 -> master |
+ | 1.14.0 | 0.90.3 -> master |
+ -----------------------------------------------
+ | 1.13.0 | broken |
-----------------------------------------------
| 1.12.0 | 0.90 -> 0.90.2 |
-----------------------------------------------
diff --git a/pom.xml b/pom.xml
index 625315f8e7e..24ec061164f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.elasticsearch
elasticsearch-cloud-aws
- 1.14.0-SNAPSHOT
+ 1.14.0
jar
AWS Cloud plugin for ElasticSearch
2009