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/10/20 04:47:27 UTC

[solr] branch main updated: SOLR-16464: Move change to 9.1

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 fd1a3689d8f SOLR-16464: Move change to 9.1
fd1a3689d8f is described below

commit fd1a3689d8f3ad5993aee03dde985045c5465916
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Oct 20 00:44:55 2022 -0400

    SOLR-16464: Move change to 9.1
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 265cfeee936..8e8007e79ff 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -78,8 +78,6 @@ Build
 
 * SOLR-16432: Upgrade the gradle wrapper to 7.5.1 (Shawn Heisey, Kevin Risden)
 
-* SOLR-16464: Upgrade commons-text to 1.10.0 (Kevin Risden)
-
 Other Changes
 ---------------------
 * SOLR-16150: Embedded ZK Server used for zkRun should advertise itself on specific bound interfaces instead of
@@ -313,6 +311,8 @@ Other Changes
 
 * SOLR-16452: Do not update PRS states if local version is newer (Hitesh Khamesra via noble)
 
+* SOLR-16464: Upgrade commons-text to 1.10.0 (Kevin Risden)
+
 Build
 ---------------------
 * SOLR-16204: Change Lucene dependency to Lucene 9.1.0 (Elia Porciani via Alessandro Benedetti)