This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 5f3561d SOLR-15862 Remove reference to LUCENE_CHANGES.txt going
forward
5f3561d is described below
commit 5f3561db71ebf936921a1a7849f6ab8d55daa837
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Jan 6 17:13:12 2022 +0100
SOLR-15862 Remove reference to LUCENE_CHANGES.txt going forward
---
dev-tools/scripts/addVersion.py | 1 -
solr/CHANGES.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-tools/scripts/addVersion.py b/dev-tools/scripts/addVersion.py
index 51823fa..2b11f3a 100755
--- a/dev-tools/scripts/addVersion.py
+++ b/dev-tools/scripts/addVersion.py
@@ -137,7 +137,6 @@ def parse_properties_file(filename):
def get_solr_init_changes():
return dedent('''
- Consult the LUCENE_CHANGES.txt file for additional, low level, changes in
this release.
Docker and contrib modules have separate CHANGES.md files.
''')
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ec77fcc..f97719d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -6,7 +6,6 @@
https://github.com/apache/solr/blob/main/solr/solr-ref-guide/src/solr-upgrade-no
================== 9.0.0 ==================
-Consult the lucene/CHANGES.txt file for additional, low level, changes in this
release.
Docker and contrib modules have separate CHANGES.md files.
New Features