File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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*
1919
2020## Installation
2121
22- ### Stable Release (currently ` 7.11.0 ` )
22+ ### Stable Release (currently ` 7.11.1 ` )
2323Available through any Maven-compatible tool:
2424
2525``` xml
2626<dependency >
2727 <groupId >org.elasticsearch</groupId >
2828 <artifactId >elasticsearch-hadoop</artifactId >
29- <version >7.11.0 </version >
29+ <version >7.11.1 </version >
3030</dependency >
3131```
3232or 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 >7.11.1 -SNAPSHOT</version >
41+ <version >7.11.2 -SNAPSHOT</version >
4242</dependency >
4343```
4444
Original file line number Diff line number Diff line change 1- eshadoop = 7.11.1
2- elasticsearch = 7.11.1
3- build-tools = 7.11.1
1+ eshadoop = 7.11.2
2+ elasticsearch = 7.11.2
3+ build-tools = 7.11.2
You can’t perform that action at this time.
0 commit comments