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

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


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new f143b49a3 [MNG-7895] Support ${project.basedir} in file profile 
activation - fix ITs
f143b49a3 is described below

commit f143b49a3ce396d3a346a0bc8d0db93eac846fba
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Sep 25 18:22:05 2023 +0200

    [MNG-7895] Support ${project.basedir} in file profile activation - fix ITs
---
 .../org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
index cf91866a5..35ea41d55 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java
@@ -36,7 +36,7 @@ public class MavenITmng5608ProfileActivationWarningTest
 
     public MavenITmng5608ProfileActivationWarningTest()
     {
-        super( "(3.2.1,)" );
+        super( "(3.2.1,3.8.8]" );
     }
 
     public void testitMNG5608()

Reply via email to