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 2297439 commit 2e05b83Copy full SHA for 2e05b83
README.md
@@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
38
<dependency>
39
<groupId>org.elasticsearch</groupId>
40
<artifactId>elasticsearch-hadoop</artifactId>
41
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
42
</dependency>
43
```
44
buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
1
-eshadoop = 9.0.0
2
-elasticsearch = 9.0.0
+eshadoop = 9.1.0
+elasticsearch = 9.1.0
3
lucene = 9.0.0
4
-build-tools = 9.0.0
+build-tools = 9.1.0
0 commit comments