You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/09/13 11:52:18 UTC

lucene-solr:branch_6x: Adding 6.2.1 version

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x da358bafd -> ce1f0d912


Adding 6.2.1 version


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

Branch: refs/heads/branch_6x
Commit: ce1f0d912d49d4baf448ba7552a4e819291aaac1
Parents: da358ba
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Sep 13 17:21:13 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Sep 13 17:21:57 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ce1f0d91/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bdc7c57..0bf6fed 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -36,6 +36,9 @@ Optimizations
 
 Other
 
+======================= Lucene 6.2.1 =======================
+(No Changes)
+
 ======================= Lucene 6.2.0 =======================
 
 API Changes

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ce1f0d91/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 e2767e5..e96e69d 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -144,6 +144,13 @@ public final class Version {
   public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
 
   /**
+   * Match settings and bugs in Lucene's 6.2.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_2_1 = new Version(6, 2, 1);
+
+  /**
    * Match settings and bugs in Lucene's 6.3.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug