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 ` 7.17.18 ` )
22
+ ### Stable Release (currently ` 7.17.19 ` )
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 >7.17.18 </version >
29
+ <version >7.17.19 </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 >7.17.19 -SNAPSHOT</version >
41
+ <version >7.17.20 -SNAPSHOT</version >
42
42
</dependency >
43
43
```
44
44
Original file line number Diff line number Diff line change 1
- eshadoop = 7.17.19
2
- elasticsearch = 7.17.19
3
- build-tools = 7.17.19
1
+ eshadoop = 7.17.20
2
+ elasticsearch = 7.17.20
3
+ build-tools = 7.17.20
4
4
lucene = 8.8.2
You can’t perform that action at this time.
0 commit comments