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 ce64bf688 Revert "Revert "[MNG-6609] enable IT for Maven 3.9.0 (#208)""
ce64bf688 is described below
commit ce64bf688a4a599dd398dfcd37297e8809deb73e
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Dec 1 18:21:50 2022 +0100
Revert "Revert "[MNG-6609] enable IT for Maven 3.9.0 (#208)""
This reverts commit e97561c89a6308ed6168f3816099872bd791fa68.
---
.../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,)" );
}
/**