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:22:00 UTC

[maven-integration-testing] branch revert-MNG-5639 updated (c80e710 -> b837c06)

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.


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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c80e710)
            \
             N -- N -- N   refs/heads/revert-MNG-5639 (b837c06)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[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 b837c0690355e94600514be05f600d4343fcf9e2
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
    
    This closes #85
---
 .../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()