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 2020/12/04 18:20:35 UTC

[maven-integration-testing] branch revert-MNG-5639 created (now c80e710)

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

michaelo pushed a change to branch revert-MNG-5639
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at c80e710  [MNG-7046] Revert MNG-5639 and make repo config static only

This branch includes the following new commits:

     new c80e710  [MNG-7046] Revert MNG-5639 and make repo config static only

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: [MNG-7046] Revert MNG-5639 and make repo config static only

Posted by mi...@apache.org.
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 <mi...@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()