From 7a6808edd82d27c8ee9aacbd9d7e87f9914f417e Mon Sep 17 00:00:00 2001 From: Christos Soulios Date: Wed, 3 Jun 2020 18:05:19 +0300 Subject: [PATCH] Bump version to 6.8.11 --- README.md | 6 +++--- buildSrc/esh-version.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 87becea12..ce9205725 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only* ## Installation -### Stable Release (currently `6.8.9`) +### Stable Release (currently `6.8.10`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 6.8.9 + 6.8.10 ``` or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop). @@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont org.elasticsearch elasticsearch-hadoop - 6.8.10-SNAPSHOT + 6.8.11-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 1e23db2e0..6d703c95f 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,2 +1,2 @@ -eshadoop = 6.8.10 -elasticsearch = 6.8.10-SNAPSHOT +eshadoop = 6.8.11 +elasticsearch = 6.8.11-SNAPSHOT