Skip to content

Commit e4703e2

Browse files
Bump to version 8.16.5
1 parent c111b90 commit e4703e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
1919

2020
## Installation
2121

22-
### Stable Release (currently `8.16.3`)
22+
### Stable Release (currently `8.16.4`)
2323
Available through any Maven-compatible tool:
2424

2525
```xml
2626
<dependency>
2727
<groupId>org.elasticsearch</groupId>
2828
<artifactId>elasticsearch-hadoop</artifactId>
29-
<version>8.16.3</version>
29+
<version>8.16.4</version>
3030
</dependency>
3131
```
3232
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
3838
<dependency>
3939
<groupId>org.elasticsearch</groupId>
4040
<artifactId>elasticsearch-hadoop</artifactId>
41-
<version>8.16.4-SNAPSHOT</version>
41+
<version>8.16.5-SNAPSHOT</version>
4242
</dependency>
4343
```
4444

buildSrc/esh-version.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
eshadoop = 8.16.4
2-
elasticsearch = 8.16.4
1+
eshadoop = 8.16.5
2+
elasticsearch = 8.16.5
33
lucene = 9.0.0
4-
build-tools = 8.16.4
4+
build-tools = 8.16.5

0 commit comments

Comments
 (0)