From ccbb789309495dcbad5b600e01fda335b10970d6 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Thu, 26 Sep 2024 17:40:48 +0000 Subject: [PATCH] Bump to version 8.15.3 --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe95ae89a..03cbb7f89 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.1`) +### Stable Release (currently `8.15.2`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 8.15.1 + 8.15.2 ``` 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.2-SNAPSHOT + 8.15.3-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 5aecd2e2c..14ff6b4ab 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,4 +1,4 @@ -eshadoop = 8.15.2 -elasticsearch = 8.15.2 +eshadoop = 8.15.3 +elasticsearch = 8.15.3 lucene = 9.0.0 -build-tools = 8.15.2 +build-tools = 8.15.3