diff --git a/README.md b/README.md index db9918376..f2b316aaf 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 `7.17.24`) +### Stable Release (currently `7.17.25`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 7.17.24 + 7.17.25 ``` 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 - 7.17.25-SNAPSHOT + 7.17.26-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index 49e319498..4a1c31a93 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,4 +1,4 @@ -eshadoop = 7.17.25 -elasticsearch = 7.17.25 -build-tools = 7.17.25 +eshadoop = 7.17.26 +elasticsearch = 7.17.26 +build-tools = 7.17.26 lucene = 8.8.2