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/05/09 08:41:42 UTC

[maven-integration-testing] branch master updated: Fix test Maven version range assumptions MavenITmng7464ReadOnlyMojoParametersWarningTest

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 a51623051 Fix test Maven version range assumptions MavenITmng7464ReadOnlyMojoParametersWarningTest
a51623051 is described below

commit a51623051052896431b20e83028fbb8a6cc0b4c8
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon May 9 10:40:53 2022 +0200

    Fix test Maven version range assumptions MavenITmng7464ReadOnlyMojoParametersWarningTest
---
 .../maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
index 3b54ce226..179d388df 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
@@ -36,7 +36,7 @@ public class MavenITmng7464ReadOnlyMojoParametersWarningTest extends AbstractMav
 {
     public MavenITmng7464ReadOnlyMojoParametersWarningTest()
     {
-        super( "3.9.0,)" );
+        super( "[3.9.0,)" );
     }
 
     /**