You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/17 22:55:13 UTC

[maven-integration-testing] branch maven-3.8.x updated: [MNG-7353] Backport to 3.8.x

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 3862bc69b [MNG-7353] Backport to 3.8.x
3862bc69b is described below

commit 3862bc69bff5ae65ad61f293179c8e9de01e70d6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Feb 17 23:37:07 2023 +0100

    [MNG-7353] Backport to 3.8.x
---
 .../org/apache/maven/it/MavenITmng7353CliGoalInvocationTest.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7353CliGoalInvocationTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7353CliGoalInvocationTest.java
index d5607eddf..f54139410 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7353CliGoalInvocationTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7353CliGoalInvocationTest.java
@@ -32,7 +32,7 @@ public class MavenITmng7353CliGoalInvocationTest
 {
     public MavenITmng7353CliGoalInvocationTest()
     {
-        super( "[3.9.0,)" );
+        super( "[3.8.8,)" );
     }
 
     private void run( String id, String goal, String expectedInvocation )
@@ -59,7 +59,7 @@ public class MavenITmng7353CliGoalInvocationTest
     }
 
     /**
-     * new pluginPrefix:version:goal in Maven 3.9.0
+     * new pluginPrefix:version:goal in Maven 3.8.8
      */
     public void testPrefixVersionGoal()
         throws Exception
@@ -68,7 +68,7 @@ public class MavenITmng7353CliGoalInvocationTest
     }
 
     /**
-     * new pluginPrefix:version:goal in Maven 3.9.0
+     * new pluginPrefix:version:goal in Maven 3.8.8
      */
     public void testPrefixVersionGoalAtId()
         throws Exception