You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/03/01 18:35:16 UTC

[3/3] lucene-solr:branch_6x: Revert "Add version 6.6.3"

Revert "Add version 6.6.3"

This reverts commit b61d1e377f7b5126ae7c4b6f8576ba2adb59eb82.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ad09dd00
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ad09dd00
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ad09dd00

Branch: refs/heads/branch_6x
Commit: ad09dd008cf67a36726a6fa95ca1fd057c74ac5f
Parents: b61d1e3
Author: Steve Rowe <sa...@gmail.com>
Authored: Thu Mar 1 13:30:45 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Thu Mar 1 13:30:45 2018 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt                                 |  3 ---
 .../src/java/org/apache/lucene/util/Version.java   |  7 -------
 solr/CHANGES.txt                                   | 17 -----------------
 3 files changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ad09dd00/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e1471aa..7ad5d0c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -96,9 +96,6 @@ Optimizations
   compute the relation between the query and inner nodes of the BKD tree.
   (Adrien Grand)
 
-======================= Lucene 6.6.3 =======================
-(No Changes)
-
 ======================= Lucene 6.6.2 =======================
 
 Changes in Runtime Behavior

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ad09dd00/lucene/core/src/java/org/apache/lucene/util/Version.java
----------------------------------------------------------------------
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 ac98ce5..5ccf25a 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -235,13 +235,6 @@ public final class Version {
   public static final Version LUCENE_6_6_2 = new Version(6, 6, 2);
 
   /**
-   * Match settings and bugs in Lucene's 6.6.3 release.
-   * @deprecated Use latest
-   */
-  @Deprecated
-  public static final Version LUCENE_6_6_3 = new Version(6, 6, 3);
-
-  /**
    * Match settings and bugs in Lucene's 6.7.0 release.
    * <p>
    * Use this to get the latest &amp; greatest settings, bug

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ad09dd00/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f9e78fa..a006df9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -218,23 +218,6 @@ Other Changes
  * SOLR-11122: Creating a core should write a core.properties file first and clean up on failure
    (Erick Erickson)
 
-==================  6.6.3 ==================
-
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
-
-Versions of Major Components
----------------------
-Apache Tika 1.13
-Carrot2 3.15.0
-Velocity 1.7 and Velocity Tools 2.0
-Apache UIMA 2.3.1
-Apache ZooKeeper 3.4.10
-Jetty 9.3.14.v20161028
-
-
-(No Changes)
-
-
 ==================  6.6.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.