You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/08/14 20:35:51 UTC

[lucene-solr] branch master updated: Add bugfix version 8.6.1

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

houston 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 58a6f95  Add bugfix version 8.6.1
58a6f95 is described below

commit 58a6f956d0cfe974d608b8929f899273c4c3c68b
Author: Houston Putman <hp...@apple.com>
AuthorDate: Fri Aug 14 16:35:46 2020 -0400

    Add bugfix version 8.6.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 f5dbcc1..226da2d 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -117,6 +117,13 @@ public final class Version {
   public static final Version LUCENE_8_6_0 = new Version(8, 6, 0);
 
   /**
+   * Match settings and bugs in Lucene's 8.6.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_8_6_1 = new Version(8, 6, 1);
+
+  /**
    * Match settings and bugs in Lucene's 9.0.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug