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