Bumping up version to 5.1 for the 5.0 release

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651556 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2015-01-14 02:34:04 +00:00
parent 6fc86af433
commit 4aef9bdc8e
3 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,9 @@ API Changes
* LUCENE-6067: Accountable.getChildResources has a default
implementation returning the empty list. (Robert Muir)
======================= Lucene 5.1.0 =======================
(No Changes)
======================= Lucene 5.0.0 =======================
New Features

View File

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

View File

@ -54,6 +54,9 @@ Other Changes
* SOLR-6895: Deprecated SolrServer classes have been removed (Alan Woodward,
Erik Hatcher)
================== 5.1.0 ==================
(No Changes)
================== 5.0.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release