From e636b381de39778f7109ec96838bb0df1f354d5a Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Fri, 3 May 2024 15:14:11 +0000 Subject: [PATCH] Bump to version 8.13.4 --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca0748bd7..89f50e856 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 `8.13.2`) +### Stable Release (currently `8.13.3`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 8.13.2 + 8.13.3 ``` 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 - 8.13.3-SNAPSHOT + 8.13.4-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index a31c814ff..c63727102 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,4 +1,4 @@ -eshadoop = 8.13.3 -elasticsearch = 8.13.3 +eshadoop = 8.13.4 +elasticsearch = 8.13.4 lucene = 9.0.0 -build-tools = 8.13.3 +build-tools = 8.13.4