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:15 UTC

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

Revert "Add version 6.6.3"

This reverts commit a1eab0ed1cbf1d570f01db3bf959c6e8c875fb73.


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

Branch: refs/heads/branch_7x
Commit: 2732a373c2fc381625ceb253836f034f61adb7ad
Parents: a1eab0e
Author: Steve Rowe <sa...@gmail.com>
Authored: Thu Mar 1 13:30:10 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Thu Mar 1 13:30:10 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/2732a373/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 31bae15..06177d8 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -635,9 +635,6 @@ Other
   that are trivially replaced by LeafReader.terms() and MultiFields.getTerms()
   (David Smiley)
 
-======================= 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/2732a373/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 f484312..608c049 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -130,13 +130,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 7.0.0 release.
    * @deprecated (7.1.0) Use latest
    */

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2732a373/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 79af370..8ce9b36 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -1639,23 +1639,6 @@ Other Changes
 
 * SOLR-11324: Clean up mention of trie fields in documentation and source comments. (Steve Rowe)
 
-==================  6.6.3 ==================
-
-Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
-
-Versions of Major Components
----------------------
-Apache Tika 1.17
-Carrot2 3.15.0
-Velocity 1.7 and Velocity Tools 2.0
-Apache UIMA 2.3.1
-Apache ZooKeeper 3.4.11
-Jetty 9.4.8.v20171121
-
-
-(No Changes)
-
-
 ==================  6.6.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.