Adding 6.2.1 version

This commit is contained in:
Shalin Shekhar Mangar 2016-09-13 17:21:13 +05:30
parent da358bafd6
commit ce1f0d912d
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Optimizations
Other
======================= Lucene 6.2.1 =======================
(No Changes)
======================= Lucene 6.2.0 =======================
API Changes

View File

@ -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>