mirror of https://github.com/apache/lucene.git
Adding 6.2.1 version
This commit is contained in:
parent
652065e14e
commit
f670a2c837
|
@ -67,6 +67,9 @@ Optimizations
|
|||
|
||||
Other
|
||||
|
||||
======================= Lucene 6.2.1 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 6.2.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -59,6 +59,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.2.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_6_2_1 = new Version(6, 2, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.3.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue