mirror of https://github.com/apache/lucene.git
Adding version 7.1 as branch_7_0 has been cut
This commit is contained in:
parent
cb23fa9b4e
commit
36bca198f4
|
@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
|
|||
======================= Lucene 8.0.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.1.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.0.0 =======================
|
||||
|
||||
New Features
|
||||
|
|
|
@ -39,6 +39,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_0_0 = new Version(7, 0, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.1.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_1_0 = new Version(7, 1, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue