mirror of https://github.com/apache/lucene.git
Fix :lucene:core:spotlessApply failure due to 8.8.1 version update
This commit is contained in:
parent
bb607bf3fd
commit
10ece1bf2b
|
@ -149,6 +149,7 @@ public final class Version {
|
|||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.8.1 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_8_8_1 = new Version(8, 8, 1);
|
||||
|
|
Loading…
Reference in New Issue