mirror of https://github.com/apache/lucene.git
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:
parent
850af3629b
commit
2d2210bdef
|
@ -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 & greatest settings, bug
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue