From 0b88c7d219104e897b77b1223586612d472c3b83 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Tue, 21 Apr 2020 15:16:22 +0200 Subject: [PATCH 1/2] Bump 7.7 to 7.7.1 Bump 7.7 to 7.7.1 --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b74226526..5fdb89d85 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 `7.7.0`) +### Stable Release (currently `7.7.1`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 7.7.0 + 7.7.1 ``` 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 - 7.7.0-SNAPSHOT + 7.7.1-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 0dedf9fae..81ad3f654 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,3 +1,3 @@ -eshadoop = 7.7.0 -elasticsearch = 7.7.0 -build-tools = 7.7.0 +eshadoop = 7.7.1 +elasticsearch = 7.7.1 +build-tools = 7.7.1 From 87e915a6c75c2c14a23583e5b086b17505cc06d9 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Tue, 21 Apr 2020 21:28:18 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-Authored-By: James Baiera --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fdb89d85..8bf7a9a28 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 `7.7.1`) +### Stable Release (currently `7.7.0`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 7.7.1 + 7.7.0 ``` or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).