You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by el...@apache.org on 2023/03/14 01:01:29 UTC

[solr] branch main updated: SOLR-16686: Fix CHANGES.txt mistake, moved to 9.2

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

elyograg 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 aa9680caf27 SOLR-16686:  Fix CHANGES.txt mistake, moved to 9.2
aa9680caf27 is described below

commit aa9680caf2710f55ad0992b7661fd9a7253931f1
Author: Shawn Heisey <el...@apache.org>
AuthorDate: Mon Mar 13 19:00:36 2023 -0600

    SOLR-16686:  Fix CHANGES.txt mistake, moved to 9.2
---
 solr/CHANGES.txt | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 085cf4f455c..65c5c1064bd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -34,14 +34,6 @@ Other Changes
   Previously, the modules would come transitively.
   (David Smiley)
 
-==================  9.3.0 ==================
-
-Bug Fixes
----------------------
-
-* SOLR-16686: Using bin/solr to copy a file from ZK to local fails if the local filename does not have a path.
-  (Shawn Heisey)
-
 ==================  9.2.0 ==================
 
 New Features
@@ -258,6 +250,9 @@ Bug Fixes
 
 * SOLR-16676: Logs: Http2SolrClient.async() lacked MDC (Alex Deparvu)
 
+* SOLR-16686: Using bin/solr to copy a file from ZK to local fails if the local filename does not have a path.
+  (Shawn Heisey)
+
 Build
 ---------------------
 * Upgrade forbiddenapis to 3.4 (Uwe Schindler)