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 729d581 commit bb57607Copy full SHA for bb57607
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 `8.2.0`)
+### Stable Release (currently `8.2.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>8.2.0</version>
+ <version>8.2.1</version>
30
</dependency>
31
```
32
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
0 commit comments