mirror of https://github.com/apache/lucene.git
Add bugfix version 9.4.2
This commit is contained in:
parent
2ae8dd632e
commit
750e7dba32
|
@ -70,9 +70,17 @@ public final class Version {
|
|||
* Match settings and bugs in Lucene's 9.4.1 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
* @deprecated (9.4.2) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_4_1 = new Version(9, 4, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.4.2 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_9_4_2 = new Version(9, 4, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue