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

slachiewicz pushed a commit to branch MNG-6772
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MNG-6772 by this push:
     new 4018aba  check old versions
4018aba is described below

commit 4018abaf3b1f99bb4c86675ef23cf54b5a8d5186
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Sep 1 00:06:12 2020 +0200

    check old versions
---
 .../maven/it/MavenITmng6772NestedImportScopeRepositoryOverride.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6772NestedImportScopeRepositoryOverride.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6772NestedImportScopeRepositoryOverride.java
index 636327d..dd44d35 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6772NestedImportScopeRepositoryOverride.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6772NestedImportScopeRepositoryOverride.java
@@ -39,7 +39,7 @@ public class MavenITmng6772NestedImportScopeRepositoryOverride
 
     public MavenITmng6772NestedImportScopeRepositoryOverride()
     {
-        super( "[3.7.0,)" );
+        super( "(,3.7.0),[3.7.0,)" );
     }
 
     // This will test the behavior using ProjectModelResolver

Reply via email to