mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
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
|
@Deprecated
|
||||||
public static final Version LUCENE_7_7_1 = new Version(7, 7, 1);
|
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.
|
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||||
* @deprecated (8.1.0) Use latest
|
* @deprecated (8.1.0) Use latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user