Adding 6.2.1 version

This commit is contained in:
Shalin Shekhar Mangar 2016-09-13 17:24:40 +05:30
parent 652065e14e
commit f670a2c837
2 changed files with 10 additions and 0 deletions

View File

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

View File

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