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 20:39:29 UTC

[maven-integration-testing] 01/01: [MNG-7029] Remove super POM release profile

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

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

commit 4ab49c6c75d1bfd56a7bab906f1ae70974c0400c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Dec 4 21:36:29 2020 +0100

    [MNG-7029] Remove super POM release profile
    
    This closes #86
---
 .../test/java/org/apache/maven/it/MavenIT0051ReleaseProfileTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0051ReleaseProfileTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0051ReleaseProfileTest.java
index feb260e..63681c1 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0051ReleaseProfileTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0051ReleaseProfileTest.java
@@ -30,7 +30,7 @@ public class MavenIT0051ReleaseProfileTest
 
     public MavenIT0051ReleaseProfileTest()                                                                                                                          
     {                                                                                                                                                 
-        super( "(2.0.2,)" );
+        super( "(2.0.2,4.0.0-alpha-1)" );
     }    
 
     /**