You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2016/06/08 12:34:28 UTC

[2/2] lucene-solr:master: Add Version.LUCENE_6_2_0.

Add Version.LUCENE_6_2_0.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/18ac2978
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/18ac2978
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/18ac2978

Branch: refs/heads/master
Commit: 18ac2978a91451356f46dc4e614f35f981ff36ee
Parents: 73045a4
Author: Adrien Grand <jp...@gmail.com>
Authored: Wed Jun 8 14:33:49 2016 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Wed Jun 8 14:33:49 2016 +0200

----------------------------------------------------------------------
 lucene/CHANGES.txt                                       | 3 +++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 7 +++++++
 solr/CHANGES.txt                                         | 3 +++
 3 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/18ac2978/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bd79c37..143067d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
 ======================= Lucene 7.0.0 =======================
 (No Changes)
 
+======================= Lucene 6.2.0 =======================
+(No Changes)
+
 ======================= Lucene 6.1.0 =======================
 
 New Features

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/18ac2978/lucene/core/src/java/org/apache/lucene/util/Version.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java
index d5640d8..3bd817e 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -53,6 +53,13 @@ public final class Version {
   public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
 
   /**
+   * Match settings and bugs in Lucene's 6.2.0 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
+
+  /**
    * Match settings and bugs in Lucene's 7.0.0 release.
    *  <p>
    *  Use this to get the latest &amp; greatest settings, bug

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/18ac2978/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bed02f2..6cd982f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -45,6 +45,9 @@ Optimizations
   check on every request and move connection lifecycle management towards the client.
   (Ryan Zezeski, Mark Miller, Shawn Heisey, Steve Davids)
 
+==================  6.2.0 ==================
+(No Changes)
+
 ==================  6.1.0 ==================
 
 Upgrading from Solr any prior release