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

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x b61d1e377 -> ad09dd008
  refs/heads/branch_7x a1eab0ed1 -> 2732a373c
  refs/heads/master 373ed8cf7 -> 2289c27c9


Revert "Add version 6.6.3"

This reverts commit 373ed8cf743db9442575e60d2c981a5c9dec0a93.


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

Branch: refs/heads/master
Commit: 2289c27c947f6f6a7cc96ae1839ba53e5ccc3fc1
Parents: 373ed8c
Author: Steve Rowe <sa...@gmail.com>
Authored: Thu Mar 1 13:29:10 2018 -0500
Committer: Steve Rowe <sa...@gmail.com>
Committed: Thu Mar 1 13:29:10 2018 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt |  3 ---
 solr/CHANGES.txt   | 17 -----------------
 2 files changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2289c27c/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 62416c5..1cf399b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -720,9 +720,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/2289c27c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ac92978..6ddb6b3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -1659,23 +1659,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.


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

Posted by sa...@apache.org.
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.


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

Posted by sa...@apache.org.
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.