You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/27 18:55:59 UTC

[solr] branch main updated: Fix changelog version (#1629)

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

houston 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 aa5a2ae822d Fix changelog version (#1629)
aa5a2ae822d is described below

commit aa5a2ae822d37d21b994c00ad170e21be2c21d59
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Jul 27 14:55:30 2023 -0400

    Fix changelog version (#1629)
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index cf2de4153fb..26702ec11a4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -47,8 +47,6 @@ Other Changes
   Previously, the modules would come transitively.
   (David Smiley)
 
-* PR#1629: Fix typos in org.apache.solr.core package (Andrey Bozhko, Marcus Eagan)
-
 * SOLR-16798: Remove the bin/solr -f pattern in favour of bin/solr start -f explicit command. (Bence Szabo via Eric Pugh)
 
 * SOLR-16829: Delegate arg parsing and help usage from bin/solr and bin/solr.cmd to java layer for create, create_core, create_collection, delete, healthcheck and status commands. (Eric Pugh, Will White, Mikhail Khludnev)
@@ -94,6 +92,8 @@ Other Changes
 
 * SOLR-16856: The default auto-soft-commit time has been set to 3 seconds. Previously, auto-soft-commit was disabled by default. (Houston Putman)
 
+* PR#1629: Fix typos in org.apache.solr.core package (Andrey Bozhko, Marcus Eagan)
+
 ==================  9.3.0 ==================
 
 Upgrade Notes