You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/02/28 14:46:45 UTC

lucene-solr:branch_6x: Adding 6.4.2 version

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x da41b0e74 -> 18f861878


Adding 6.4.2 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/18f86187
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/18f86187
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/18f86187

Branch: refs/heads/branch_6x
Commit: 18f8618787a71ebcd8d090af9aaae44e9569e5f1
Parents: da41b0e
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Tue Feb 28 20:16:30 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Tue Feb 28 20:16:30 2017 +0530

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/util/Version.java | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/18f86187/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 9457294..307718e 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -186,6 +186,13 @@ public final class Version {
   public static final Version LUCENE_6_4_1 = new Version(6, 4, 1);
 
   /**
+   * Match settings and bugs in Lucene's 6.4.2 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_4_2 = new Version(6, 4, 2);
+
+  /**
    * Match settings and bugs in Lucene's 6.5.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug