Add version 5.2.0 to trunk.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2015-03-31 16:07:01 +00:00
parent 5f5814ce27
commit 3cd47b0e19
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -58,6 +58,9 @@ Other Changes
* SOLR-6954: Deprecated SolrClient.shutdown() method removed (Alan Woodward)
================== 5.2.0 ==================
(No Changes)
================== 5.1.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release