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 2019/12/04 04:39:11 UTC

[lucene-solr] branch branch_8x updated: Add bugfix version 8.3.1

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new fcf4d40  Add bugfix version 8.3.1
fcf4d40 is described below

commit fcf4d400c612d6f8c49853900b1c12556ca25e04
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Dec 4 10:08:54 2019 +0530

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

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 2d7ccea..8c1253b 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -167,6 +167,13 @@ public final class Version {
   public static final Version LUCENE_8_3_0 = new Version(8, 3, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.3.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_3_1 = new Version(8, 3, 1);
+
+  /**
    * Match settings and bugs in Lucene's 8.4.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug