You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/05/15 02:40:54 UTC

lucene-solr:branch_7x: Add version 7.3.1

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 99c377585 -> 8d9d84f50


Add version 7.3.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/8d9d84f5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8d9d84f5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8d9d84f5

Branch: refs/heads/branch_7x
Commit: 8d9d84f509c7f0df1590deda18f5edc98fbfc148
Parents: 99c3775
Author: Cao Manh Dat <da...@apache.org>
Authored: Tue May 15 09:40:41 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Tue May 15 09:40:41 2018 +0700

----------------------------------------------------------------------
 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/8d9d84f5/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e4da240..c4f7d29 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -148,6 +148,9 @@ Documentation
 * LUCENE-8238: Improve WordDelimiterFilter and WordDelimiterGraphFilter javadocs
   (Mike Sokolov via Mike McCandless)
 
+======================= Lucene 7.3.1 =======================
+(No Changes)
+
 ======================= Lucene 7.3.0 =======================
 
 API Changes

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8d9d84f5/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 e9e5008..785c42c 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -179,6 +179,13 @@ public final class Version {
   public static final Version LUCENE_7_3_0 = new Version(7, 3, 0);
 
   /**
+   * Match settings and bugs in Lucene's 7.3.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_3_1 = new Version(7, 3, 1);
+
+  /**
    * Match settings and bugs in Lucene's 7.4.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug