File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
19
19
20
20
## Installation
21
21
22
- ### Stable Release (currently ` 8.16.3 ` )
22
+ ### Stable Release (currently ` 8.16.4 ` )
23
23
Available through any Maven-compatible tool:
24
24
25
25
``` xml
26
26
<dependency >
27
27
<groupId >org.elasticsearch</groupId >
28
28
<artifactId >elasticsearch-hadoop</artifactId >
29
- <version >8.16.3 </version >
29
+ <version >8.16.4 </version >
30
30
</dependency >
31
31
```
32
32
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
38
38
<dependency >
39
39
<groupId >org.elasticsearch</groupId >
40
40
<artifactId >elasticsearch-hadoop</artifactId >
41
- <version >8.16.4 -SNAPSHOT</version >
41
+ <version >8.16.5 -SNAPSHOT</version >
42
42
</dependency >
43
43
```
44
44
Original file line number Diff line number Diff line change 1
- eshadoop = 8.16.4
2
- elasticsearch = 8.16.4
1
+ eshadoop = 8.16.5
2
+ elasticsearch = 8.16.5
3
3
lucene = 9.0.0
4
- build-tools = 8.16.4
4
+ build-tools = 8.16.5
You can’t perform that action at this time.
0 commit comments