This is an automated email from the ASF dual-hosted git repository.
houston 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 e50d5f2 SOLR-15902: Do not set maximum Solr version on test package
(#511)
e50d5f2 is described below
commit e50d5f2d3b834ffb22557bf3bf62403535c044cf
Author: Houston Putman <[email protected]>
AuthorDate: Tue Jan 11 13:17:38 2022 -0500
SOLR-15902: Do not set maximum Solr version on test package (#511)
---
.../core/src/test-files/solr/question-answer-repository/repository.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/core/src/test-files/solr/question-answer-repository/repository.json
b/solr/core/src/test-files/solr/question-answer-repository/repository.json
index ad17192..c4c457a 100644
--- a/solr/core/src/test-files/solr/question-answer-repository/repository.json
+++ b/solr/core/src/test-files/solr/question-answer-repository/repository.json
@@ -13,7 +13,7 @@
}
],
"manifest": {
- "version-constraint": "8 - 9",
+ "version-constraint": ">8",
"plugins": [
{
"name": "request-handler",