You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/11/28 09:07:51 UTC

[maven-integration-testing] branch master updated: Revert "[MNG-6609] enable IT for Maven 3.9.0 (#208)"

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

cstamas 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 e97561c89 Revert "[MNG-6609] enable IT for Maven 3.9.0 (#208)"
e97561c89 is described below

commit e97561c89a6308ed6168f3816099872bd791fa68
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Nov 28 10:07:39 2022 +0100

    Revert "[MNG-6609] enable IT for Maven 3.9.0 (#208)"
    
    This reverts commit a8c79146686abcd444988e35fabb0255fab2e3bc.
---
 .../maven/it/MavenITmng6609ProfileActivationForPackagingTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6609ProfileActivationForPackagingTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6609ProfileActivationForPackagingTest.java
index 15c6aa280..81692033e 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6609ProfileActivationForPackagingTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6609ProfileActivationForPackagingTest.java
@@ -17,7 +17,7 @@ class MavenITmng6609ProfileActivationForPackagingTest
 
     public MavenITmng6609ProfileActivationForPackagingTest()
     {
-        super( "[3.9.0,4.0.0-alpha-1),[4.0.0-alpha-3,)" );
+        super( "[4.0.0-alpha-3,)" );
     }
 
     /**