From 05384fdf0c9db2dd0ecd9722cc015c7f2e053aec Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Tue, 12 Nov 2024 12:18:52 +0000 Subject: [PATCH] Bump to version 8.15.5 --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f8c3b2456..f3cbf27b0 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.15.3`) +### Stable Release (currently `8.15.4`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 8.15.3 + 8.15.4 ``` 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.15.4-SNAPSHOT + 8.15.5-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 676875e7c..ba77d5f25 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,4 +1,4 @@ -eshadoop = 8.15.4 -elasticsearch = 8.15.4 +eshadoop = 8.15.5 +elasticsearch = 8.15.5 lucene = 9.0.0 -build-tools = 8.15.4 +build-tools = 8.15.5