From 988ea761a15649006d0b27dc6fc6b39bddd56669 Mon Sep 17 00:00:00 2001 From: Tom Callahan Date: Wed, 23 Oct 2019 14:16:48 -0400 Subject: [PATCH] Bump version to 7.4.2 (#1378) * Bump version to 7.4.2 * Correct mismatched stable/snapshot versions in Readme.md --- README.md | 2 +- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09c0d749a..c4ef051bd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont org.elasticsearch elasticsearch-hadoop - 7.4.0-SNAPSHOT + 7.4.2-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 6dfac0840..ab3d47a97 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,3 +1,3 @@ -eshadoop = 7.4.1 -elasticsearch = 7.4.1 -build-tools = 7.4.1 +eshadoop = 7.4.2 +elasticsearch = 7.4.2 +build-tools = 7.4.2