mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
Adding 6.2.1 version
This commit is contained in:
parent
da358bafd6
commit
ce1f0d912d
@ -36,6 +36,9 @@ Optimizations
|
||||
|
||||
Other
|
||||
|
||||
======================= Lucene 6.2.1 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 6.2.0 =======================
|
||||
|
||||
API Changes
|
||||
|
@ -143,6 +143,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.
|
||||
* <p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user