You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/18 21:44:26 UTC

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

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

mayya 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 380e306  Add bugfix version 8.10.1
380e306 is described below

commit 380e30650dd1db3e4e41948aaee787406abdac98
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 17:43:54 2021 -0400

    Add bugfix version 8.10.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 bdf19b8..507a555 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -286,6 +286,13 @@ public final class Version {
   public static final Version LUCENE_8_10_0 = new Version(8, 10, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.10.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_10_1 = new Version(8, 10, 1);
+
+  /**
    * Match settings and bugs in Lucene's 8.11.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug