mirror of https://github.com/apache/lucene.git
Add bugfix version 9.9.2
This commit is contained in:
parent
c40ad6a065
commit
4e5b294726
|
@ -119,10 +119,17 @@ public final class Version {
|
|||
/**
|
||||
* Match settings and bugs in Lucene's 9.9.1 release.
|
||||
*
|
||||
* @deprecated (9.10.0) Use latest
|
||||
* @deprecated (9.9.2) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_9_1 = new Version(9, 9, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.9.2 release.
|
||||
*
|
||||
* @deprecated (9.10.0) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_9_2 = new Version(9, 9, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.10.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue