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

lucene-solr:branch_7x: Fix changes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x d2152da59 -> 05577a233


Fix changes


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

Branch: refs/heads/branch_7x
Commit: 05577a233997495c5d7efa7a2a89658d46b92b87
Parents: d2152da
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Mar 18 11:47:48 2018 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Mar 18 11:48:53 2018 +0100

----------------------------------------------------------------------
 solr/CHANGES.txt | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/05577a23/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 508675d..3a0d681 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -29,11 +29,6 @@ Apache UIMA 2.3.1
 Apache ZooKeeper 3.4.11
 Jetty 9.4.8.v20171121
 
-* SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse.
-  Also being able to run all Lucene and Solr tests as a configuration (Karthik Ramachandran via
-  Varun Thacker, Uwe Schindler)
-
-
 Upgrade Notes
 ----------------------
 
@@ -68,6 +63,10 @@ Other Changes
 
 * SOLR-12101: ZkTestServer was not handling connection timeout settings properly. (Gus Heck via Mark Miller)
 
+* SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse.
+  Also being able to run all Lucene and Solr tests as a configuration (Karthik Ramachandran via
+  Varun Thacker, Uwe Schindler)
+
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.