addVersion for 5.4.0 merged back to trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-08-06 14:20:56 +00:00
parent 850af3629b
commit 2d2210bdef
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -71,6 +71,9 @@ Other Changes
* SOLR-7624: Remove deprecated zkCredientialsProvider element in solrcloud section of solr.xml.
(Xu Zhang, Per Steffensen, Ramkumar Aiyengar, Mark Miller)
================== 5.4.0 ==================
(No Changes)
================== 5.3.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release