Fix bwc tests by adding next minor version - even though there will never be a 9.13.0

This commit is contained in:
ChrisHegarty 2024-09-29 20:27:06 +01:00
parent 7eea8fbd0d
commit 22ac47c07a
1 changed files with 7 additions and 0 deletions

View File

@ -160,6 +160,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_9_12_0 = new Version(9, 12, 0);
/**
* Match settings and bugs in Lucene's 9.13.0 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_9_13_0 = new Version(9, 13, 0);
/**
* Match settings and bugs in Lucene's 10.0.0 release.
*