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

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

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

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

commit a8c79146686abcd444988e35fabb0255fab2e3bc
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Nov 27 16:51:33 2022 +0100

    [MNG-6609] enable IT for Maven 3.9.0 (#208)
---
 .../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 81692033e..15c6aa280 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( "[4.0.0-alpha-3,)" );
+        super( "[3.9.0,4.0.0-alpha-1),[4.0.0-alpha-3,)" );
     }
 
     /**