You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/parents/build/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
<!-- The versions of Elasticsearch advertised as compatible with Hibernate Search -->
58
58
<!-- Make sure to only mention tested versions here -->
59
59
<!-- Make sure that 7.10 stays explicitly mentioned here, because that's the last open-source version -->
60
-
<version.org.elasticsearch.compatible.regularly-tested.text>7.10, 7.17 or 8.17</version.org.elasticsearch.compatible.regularly-tested.text>
60
+
<version.org.elasticsearch.compatible.regularly-tested.text>7.10, 7.17, 8.17 or 9.0</version.org.elasticsearch.compatible.regularly-tested.text>
61
61
<!-- These are the versions same as above, but pointing only to the major part (used in compatibility section of ES backend documentation
62
62
as versions that Hibernate Search is compatible with. -->
63
63
<!-- NOTE: Adding new major versions would require to update the compatibility table in `backend-elasticsearch-compatibility` section of `backend-elasticsearch.adoc`. -->
0 commit comments