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 a4bf15d commit 12e6f40Copy full SHA for 12e6f40
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>8.9.0-SNAPSHOT</version>
+ <version>8.10.0-SNAPSHOT</version>
42
</dependency>
43
```
44
buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
1
-eshadoop = 8.9.0
2
-elasticsearch = 8.9.0
+eshadoop = 8.10.0
+elasticsearch = 8.10.0
3
lucene = 9.0.0
4
-build-tools = 8.9.0
+build-tools = 8.10.0
0 commit comments