Adding version 6.1.0

This commit is contained in:
Shalin Shekhar Mangar 2016-03-03 15:39:08 +05:30
parent deb6a4907b
commit a2120730a6
3 changed files with 13 additions and 0 deletions

View File

@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
======================= Lucene 7.0.0 =======================
(No Changes)
======================= Lucene 6.1.0 =======================
(No Changes)
======================= Lucene 6.0.0 =======================
System Requirements

View File

@ -41,6 +41,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_6_0_0 = new Version(6, 0, 0);
/**
* Match settings and bugs in Lucene's 6.1.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
/**
* Match settings and bugs in Lucene's 7.0.0 release.
*/

View File

@ -19,6 +19,9 @@ See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
================== 7.0.0 ==================
(No Changes)
================== 6.1.0 ==================
(No Changes)
================== 6.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release