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

houston pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new 0f8682b  SOLR-15902: Do not set maximum Solr version on test package 
(#511)
0f8682b is described below

commit 0f8682b0434f29d6700065ef46733ecc957157f7
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",

Reply via email to