mirror of https://github.com/apache/lucene.git
Add version 7.0.1
This commit is contained in:
parent
39ba1c3da5
commit
dc47c6e350
|
@ -95,6 +95,9 @@ Other
|
|||
* LUCENE-7978: Add some more documentation about setting up build
|
||||
environment. (Anton R. Yuste via Uwe Schindler)
|
||||
|
||||
======================= Lucene 7.0.1 =======================
|
||||
(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.0.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_0_1 = new Version(7, 0, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.1.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue