From 27bc847389a724434abcb11d89043e7573cd835c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 25 Sep 2023 18:22:05 +0200 Subject: [PATCH] [MNG-7895] Support ${project.basedir} in file profile activation - fix ITs 3.9.5 --- .../maven/it/MavenITmng5608ProfileActivationWarningTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java index 38d5064d3a..0681c6df40 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5608ProfileActivationWarningTest.java @@ -36,7 +36,7 @@ public class MavenITmng5608ProfileActivationWarningTest extends AbstractMavenInt public MavenITmng5608ProfileActivationWarningTest() { // changed in https://issues.apache.org/jira/browse/MNG-7895 // TODO - consider a separate test - super("(3.2.1,4.0.0-alpha-8)"); + super("(3.2.1,3.9.4]"); } @Test