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 fb4b502 commit 4ca579cCopy full SHA for 4ca579c
README.md
@@ -22,7 +22,7 @@ Support for Hadoop is available through any Maven-compatible tool:
22
<dependency>
23
<groupId>org.elasticsearch</groupId>
24
<artifactId>elasticsearch-hadoop</artifactId>
25
- <version>9.1.0</version>
+ <version>9.1.1</version>
26
</dependency>
27
```
28
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
1
-eshadoop = 9.1.1
2
-elasticsearch = 9.1.1
+eshadoop = 9.1.2
+elasticsearch = 9.1.2
3
lucene = 9.0.0
4
-build-tools = 9.1.1
+build-tools = 9.1.2
0 commit comments