You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/12 20:58:40 UTC

[maven-integration-testing] branch master updated: [MNG-5222] Enable tests for 3.9.x

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

sjaranowski 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 279d0afdc [MNG-5222] Enable tests for 3.9.x
279d0afdc is described below

commit 279d0afdc144c2317f61f23d6e259d393c41b25c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Apr 12 22:52:01 2022 +0200

    [MNG-5222] Enable tests for 3.9.x
---
 .../org/apache/maven/it/MavenITmng5222MojoDeprecatedParamsTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5222MojoDeprecatedParamsTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5222MojoDeprecatedParamsTest.java
index 26c7b53ae..2e8023dc1 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5222MojoDeprecatedParamsTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5222MojoDeprecatedParamsTest.java
@@ -35,7 +35,7 @@ public class MavenITmng5222MojoDeprecatedParamsTest
 {
     public MavenITmng5222MojoDeprecatedParamsTest()
     {
-        super( "[4.0.0-alpha-1,)" );
+        super( "[3.9.0,)" );
     }
 
     /**