We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bf1b9 commit b0af152Copy full SHA for b0af152
README.md
@@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
19
20
## Installation
21
22
-### Stable Release (currently `7.4.0`)
+### Stable Release (currently `7.4.1`)
23
Available through any Maven-compatible tool:
24
25
```xml
26
<dependency>
27
<groupId>org.elasticsearch</groupId>
28
<artifactId>elasticsearch-hadoop</artifactId>
29
- <version>7.4.0</version>
+ <version>7.4.1</version>
30
</dependency>
31
```
32
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
buildSrc/esh-version.properties
@@ -1,3 +1,3 @@
1
-eshadoop = 7.4.0
2
-elasticsearch = 7.4.0
3
-build-tools = 7.4.0
+eshadoop = 7.4.1
+elasticsearch = 7.4.1
+build-tools = 7.4.1
0 commit comments