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/03/05 19:24:39 UTC

[lucene-solr] branch branch_7x updated: Adding version 7.7.1

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

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


The following commit(s) were added to refs/heads/branch_7x by this push:
     new 393afa1  Adding version 7.7.1
393afa1 is described below

commit 393afa1370eeabb67f678e29d5736ddc7f0d1a85
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Mar 6 00:54:30 2019 +0530

    Adding version 7.7.1
---
 lucene/CHANGES.txt                                       | 3 +++
 lucene/core/src/java/org/apache/lucene/util/Version.java | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index dcf0123..a4605a2 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
 ======================= Lucene 7.8.0 =======================
 (No Changes)
 
+======================= Lucene 7.7.1 =======================
+(No Changes)
+
 ======================= Lucene 7.7.0 =======================
 
 Changes in Runtime Behavior
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 d6120f6..999ba9f 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -228,6 +228,13 @@ public final class Version {
   public static final Version LUCENE_7_7_0 = new Version(7, 7, 0);
 
   /**
+   * Match settings and bugs in Lucene's 7.7.1 release.
+   * @deprecated Use latest
+   */
+  @Deprecated
+  public static final Version LUCENE_7_7_1 = new Version(7, 7, 1);
+
+  /**
    * Match settings and bugs in Lucene's 7.8.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug