mirror of https://github.com/apache/lucene.git
Add back version constant to make TestBackwardCompatibility happy for now.
This commit is contained in:
parent
4264e9d364
commit
8186271916
|
@ -117,6 +117,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_7_1 = new Version(7, 7, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.8.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_8_0 = new Version(7, 8, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||
* @deprecated (8.1.0) Use latest
|
||||
|
|
Loading…
Reference in New Issue