File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
docs/src/reference/asciidoc Expand file tree Collapse file tree 3 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.3.0 ` )
22
+ ### Stable Release (currently ` 7.3.1 ` )
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.3.0 </version >
29
+ <version >7.3.1 </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.3.1 -SNAPSHOT</version >
41
+ <version >7.3.2 -SNAPSHOT</version >
42
42
</dependency >
43
43
```
44
44
Original file line number Diff line number Diff line change 1
- eshadoop = 7.3.1
2
- elasticsearch = 7.3.1
1
+ eshadoop = 7.3.2
2
+ elasticsearch = 7.3.2
3
3
lucene = 8.1.0-snapshot-e460356abe
4
4
build-tools = 7.1.1
Original file line number Diff line number Diff line change 10
10
:ey: Elasticsearch on YARN
11
11
:description: Reference documentation of {eh}
12
12
:ver: 7.3.1
13
- :ver-d: 7.3.1 -SNAPSHOT
13
+ :ver-d: 7.3.2 -SNAPSHOT
14
14
:es-v: 7.3.1
15
15
:sp-v: 2.2.0
16
16
:st-v: 1.0.1
You can’t perform that action at this time.
0 commit comments