You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2022/03/08 13:48:38 UTC

[solr] branch main updated: SOLR-16039: Move CHANGES.txt entry

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

krisden pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f07b7b0  SOLR-16039: Move CHANGES.txt entry
f07b7b0 is described below

commit f07b7b0c75ec818c787db07492c71e2064ccdc86
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Mar 8 08:47:56 2022 -0500

    SOLR-16039: Move CHANGES.txt entry
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 55a3372..0c021b1 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -59,8 +59,6 @@ Other Changes
 
 * SOLR-15886: Remove deprecated showItems configuration value from solrconfig.xml files (Andy Lester via Eric Pugh)
 
-* SOLR-16039: Upgrade to Hadoop 3.3.2 (Kevin Risden)
-
 Build
 ---------------------
 * SOLR-16053: Upgrade scriptDepVersions (Kevin Risden)
@@ -628,6 +626,8 @@ and each individual module's jar will be included in its directory's lib/ folder
 
 * SOLR-16074: Use PathUtils.deleteDirectory(path) to try to avoid commons-io IO-751 (Houston Putman, Mike Drob, Kevin Risden)
 
+* SOLR-16039: Upgrade to Hadoop 3.3.2 (Kevin Risden)
+
 Bug Fixes
 ---------------------
 * SOLR-15849: Fix the connection reset problem caused by the incorrect use of 4LW with \n when monitoring zooKeeper status (Fa Ming).