This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/MNG-6609-for-maven3.9 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit 4f1404d080808850a394cddc87a1db9329762ff7 Author: Konrad Windszus <[email protected]> AuthorDate: Sat Oct 29 15:04:14 2022 +0200 [MNG-6609] enable IT for Maven 3.9.0 --- .../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,)" ); } /**
