This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch revert-MNG-5639
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit c80e71060c1932597882893db259cf1ff91bf6e3
Author: Michael Osipov <michaelo@apache.org>
AuthorDate: Fri Dec 4 19:19:52 2020 +0100
[MNG-7046] Revert MNG-5639 and make repo config static only
---
.../org/apache/maven/it/MavenITmng5639ImportScopePomResolutionTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5639ImportScopePomResolutionTest.java
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5639ImportScopePomResolutionTest.java
index 67be6c9..65cfecb 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5639ImportScopePomResolutionTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5639ImportScopePomResolutionTest.java
@@ -33,7 +33,7 @@ public class MavenITmng5639ImportScopePomResolutionTest
public MavenITmng5639ImportScopePomResolutionTest()
{
- super( "[3.2.2,)" );
+ super( "[3.2.2,4.0.0-alpha-1)" );
}
public void testitMNG5639()
|