do not create a 5.6.0 version now since 5.5.0 is the last 5.x feature release

This commit is contained in:
Mike McCandless 2016-02-18 16:45:57 -05:00
parent 5d2fb9cf69
commit b8f251d8e9
3 changed files with 0 additions and 15 deletions

View File

@ -131,9 +131,6 @@ Other
* LUCENE-7035: Upgrade icu4j to 56.1/unicode 8. (Robert Muir)
======================= Lucene 5.6.0 =======================
(No Changes)
======================= Lucene 5.5.0 =======================
New Features

View File

@ -102,13 +102,6 @@ public final class Version {
@Deprecated
public static final Version LUCENE_5_5_0 = new Version(5, 5, 0);
/**
* Match settings and bugs in Lucene's 5.6.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_5_6_0 = new Version(5, 6, 0);
/** Match settings and bugs in Lucene's 6.0 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug

View File

@ -263,11 +263,6 @@ Other Changes
* SOLR-7339: Upgrade Jetty to v9.3.6.v20151106. (Gregg Donovan, shalin, Mark Miller)
======================= 5.6.0 =======================
New Features
----------------------
* SOLR-5730: Make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr.
(Christine Poerschke, hossmann, Tomás Fernández Löbbe, Shai Erera)