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 ead2dc2 commit f025ac1Copy full SHA for f025ac1
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.15.0-SNAPSHOT</version>
+ <version>8.16.0-SNAPSHOT</version>
42
</dependency>
43
```
44
buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
1
-eshadoop = 8.15.0
2
-elasticsearch = 8.15.0
+eshadoop = 8.16.0
+elasticsearch = 8.16.0
3
lucene = 9.0.0
4
-build-tools = 8.15.0
+build-tools = 8.16.0
0 commit comments