You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/03/13 16:34:12 UTC

[maven-integration-testing] branch master updated: Revert "[MNG-7046] Revert MNG-5639 and make repo config static only"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1735a9e  Revert "[MNG-7046] Revert MNG-5639 and make repo config static only"
1735a9e is described below

commit 1735a9ef4efbce9f9aaf94eb560bf5606ea58887
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Mar 13 17:23:20 2021 +0100

    Revert "[MNG-7046] Revert MNG-5639 and make repo config static only"
    
    This reverts commit 7dffabb00ab739258b8b4da215b4efea16a49ae5.
---
 .../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 65cfecb..67be6c9 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,4.0.0-alpha-1)" );
+        super( "[3.2.2,)" );
     }
 
     public void testitMNG5639()