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:37:23 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 98c427f48ac842078c9a6dae5bc136d76bf79fde
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Dec 4 10:07:08 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 81632d6..2902983 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -68,6 +68,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.
    * @deprecated Use latest
    */