From 94f75ea234b118f1baa24f538604e08f0a679377 Mon Sep 17 00:00:00 2001 From: anandnalya Date: Fri, 27 May 2016 12:45:11 -0600 Subject: [PATCH] Updated for ES 2.3.3 --- README.md | 5 +++-- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d75bb37..66ac2ae 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice | Elasticsearch | Plugin | Release date | | -------------- | -------------- | ------------ | +| 2.3.3 | 2.3.3.0 | May 27, 2016 | | 2.3.2 | 2.3.2.0 | May 25, 2016 | | 2.3.1 | 2.3.1.0 | May 25, 2016 | | 2.3.0 | 2.3.0.1 | May 25, 2016 | @@ -32,7 +33,7 @@ The data sent to the StatsD server tries to be roughly equivalent to the [Indice The plugin artifacts are published to Maven Central. To install a prepackaged plugin for ES 2.x+ use the following command: ``` -bin/plugin install com.automattic/elasticsearch-statsd/2.3.2.0 +bin/plugin install com.automattic/elasticsearch-statsd/2.3.3.0 ``` Change the version to match your ES version. For ES `x.y.z` the version is `x.y.z.0` @@ -43,7 +44,7 @@ You can also build your own by doing the following: git clone http://github.com/Automattic/elasticsearch-statsd-plugin.git cd elasticsearch-statsd-plugin mvn package -Dtests.security.manager=false -bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.2.0.zip +bin/plugin file:///absolute/path/to/current/dir/target/releases/elasticsearch-statsd-2.3.3.0.zip ``` diff --git a/pom.xml b/pom.xml index 28387db..6a0e8cf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.automattic elasticsearch-statsd - 2.3.2.0 + 2.3.3.0 jar elasticsearch-statsd @@ -42,7 +42,7 @@ - 2.3.2 + 2.3.3 5.5.0 1.3 1.7