This is an automated email from the ASF dual-hosted git repository.
tomoko 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 cae19f8 Add a CHANGES entry for gradle build (#48)
cae19f8 is described below
commit cae19f8793858a44c5952efea636eafb63ec1e6b
Author: Tomoko Uchida <[email protected]>
AuthorDate: Fri Mar 26 09:58:37 2021 +0900
Add a CHANGES entry for gradle build (#48)
---
solr/CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0b0e237..511cea0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -175,7 +175,7 @@ Other Changes
* SOLR-14702: All references to "master" and "slave" replaced with "leader"
and "follower" (MarcusSorealheis,
Erick Erickson, Tomás Fernández Löbbe)
-* LUCENE-9433: Remove Ant support from trunk (Erick Erickson, Uwe Schindler
et.al.)
+* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk
(Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)
* SOLR-14783: Remove Data Import Handler (DIH), previously deprecated
(Alexandre Rafalovitch)