[MNG-7895] Support ${project.basedir} in file profile activation - fix ITs 3.9.5

This commit is contained in:
Slawomir Jaranowski 2023-09-25 18:22:05 +02:00
parent d640bdec48
commit 27bc847389
1 changed files with 1 additions and 1 deletions

View File

@ -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