You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/04/07 16:39:08 UTC

lucene-solr:branch_6x: Add version 6.5.1

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 3ac32eea3 -> 815d12be4


Add version 6.5.1


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

Branch: refs/heads/branch_6x
Commit: 815d12be483bb3f18ccc27584525f40ee73b130c
Parents: 3ac32ee
Author: Joel Bernstein <jb...@apache.org>
Authored: Fri Apr 7 12:38:53 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Fri Apr 7 12:38:53 2017 -0400

----------------------------------------------------------------------
 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/815d12be/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 46b5626..590d83d 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -200,6 +200,13 @@ public final class Version {
   public static final Version LUCENE_6_5_0 = new Version(6, 5, 0);
 
   /**
+   * Match settings and bugs in Lucene's 6.5.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_6_5_1 = new Version(6, 5, 1);
+
+  /**
    * Match settings and bugs in Lucene's 6.6.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug