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 389169f8f [MNG-7353] Add missing dependencies to bootstrap.txt
389169f8f is described below

commit 389169f8f1165c26cc98638c79bd6ff087c7fa67
Author: Henning P. Schmiedehausen <henn...@schmiedehausen.org>
AuthorDate: Mon Aug 22 09:32:51 2022 -0700

    [MNG-7353] Add missing dependencies to bootstrap.txt
---
 .../maven/it/MavenITmng7353CliGoalInvocationTest.java    | 16 ++++++++--------
 core-it-suite/src/test/resources-filtered/bootstrap.txt  |  3 +++
 .../test/resources/mng-7353-cli-goal-invocation/pom.xml  |  2 +-
 3 files changed, 12 insertions(+), 9 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 a881badf4..d5607eddf 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
@@ -49,13 +49,13 @@ public class MavenITmng7353CliGoalInvocationTest
     public void testPrefixGoal()
         throws Exception
     {
-        run( "pluginPrefix-goal", "dependency:list", 
"maven-dependency-plugin:2.7:list (default-cli)" );
+        run( "pluginPrefix-goal", "dependency:list", 
"maven-dependency-plugin:3.3.0:list (default-cli)" );
     }
 
     public void testPrefixGoalAtId()
         throws Exception
     {
-        run( "pluginPrefix-goal@id", "dependency:list@id", 
"maven-dependency-plugin:2.7:list (id)" );
+        run( "pluginPrefix-goal@id", "dependency:list@id", 
"maven-dependency-plugin:3.3.0:list (id)" );
     }
 
     /**
@@ -64,7 +64,7 @@ public class MavenITmng7353CliGoalInvocationTest
     public void testPrefixVersionGoal()
         throws Exception
     {
-        run( "pluginPrefix-version-goal", "dependency:2.8:list", 
"maven-dependency-plugin:2.8:list (default-cli)" );
+        run( "pluginPrefix-version-goal", "dependency:3.1.1:list", 
"maven-dependency-plugin:3.1.1:list (default-cli)" );
     }
 
     /**
@@ -73,30 +73,30 @@ public class MavenITmng7353CliGoalInvocationTest
     public void testPrefixVersionGoalAtId()
         throws Exception
     {
-        run( "pluginPrefix-goal@id", "dependency:2.8:list@id", 
"maven-dependency-plugin:2.8:list (id)" );
+        run( "pluginPrefix-goal@id", "dependency:3.1.1:list@id", 
"maven-dependency-plugin:3.1.1:list (id)" );
     }
 
     public void testGroupIdArtifactIdGoal()
         throws Exception
     {
-        run( "groupId-artifactId-goal", 
"org.apache.maven.plugins:maven-dependency-plugin:list", 
"maven-dependency-plugin:2.7:list (default-cli)" );
+        run( "groupId-artifactId-goal", 
"org.apache.maven.plugins:maven-dependency-plugin:list", 
"maven-dependency-plugin:3.3.0:list (default-cli)" );
     }
 
     public void testGroupIdArtifactIdGoalAtId()
         throws Exception
     {
-        run( "groupId-artifactId-goal@id", 
"org.apache.maven.plugins:maven-dependency-plugin:list@id", 
"maven-dependency-plugin:2.7:list (id)" );
+        run( "groupId-artifactId-goal@id", 
"org.apache.maven.plugins:maven-dependency-plugin:list@id", 
"maven-dependency-plugin:3.3.0:list (id)" );
     }
 
     public void testGroupIdArtifactIdVersionGoal()
         throws Exception
     {
-        run( "groupId-artifactId-version-goal", 
"org.apache.maven.plugins:maven-dependency-plugin:2.8:list", 
"maven-dependency-plugin:2.8:list (default-cli)" );
+        run( "groupId-artifactId-version-goal", 
"org.apache.maven.plugins:maven-dependency-plugin:3.1.1:list", 
"maven-dependency-plugin:3.1.1:list (default-cli)" );
     }
 
     public void testGroupIdArtifactIdVersionGoalAtId()
         throws Exception
     {
-        run( "groupId-artifactId-version-goal@id", 
"org.apache.maven.plugins:maven-dependency-plugin:2.8:list@id", 
"maven-dependency-plugin:2.8:list (id)" );
+        run( "groupId-artifactId-version-goal@id", 
"org.apache.maven.plugins:maven-dependency-plugin:3.1.1:list@id", 
"maven-dependency-plugin:3.1.1:list (id)" );
     }
 }
diff --git a/core-it-suite/src/test/resources-filtered/bootstrap.txt 
b/core-it-suite/src/test/resources-filtered/bootstrap.txt
index adc695fe4..7170cbb9b 100644
--- a/core-it-suite/src/test/resources-filtered/bootstrap.txt
+++ b/core-it-suite/src/test/resources-filtered/bootstrap.txt
@@ -66,6 +66,7 @@ org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5
 org.apache.maven.plugins:maven-assembly-plugin:3.1.0
 org.apache.maven.plugins:maven-clean-plugin:${stubPluginVersion}
 org.apache.maven.plugins:maven-clean-plugin:2.5
+org.apache.maven.plugins:maven-clean-plugin:3.1.0
 org.apache.maven.plugins:maven-compiler-plugin:${stubPluginVersion}
 org.apache.maven.plugins:maven-compiler-plugin:2.0.2
 org.apache.maven.plugins:maven-compiler-plugin:3.1
@@ -73,6 +74,8 @@ org.apache.maven.plugins:maven-compiler-plugin:3.8.1
 org.apache.maven.plugins:maven-compiler-plugin:3.10.1
 org.apache.maven.plugins:maven-dependency-plugin:2.7
 org.apache.maven.plugins:maven-dependency-plugin:2.8
+org.apache.maven.plugins:maven-dependency-plugin:3.1.1
+org.apache.maven.plugins:maven-dependency-plugin:3.3.0
 org.apache.maven.plugins:maven-deploy-plugin:${stubPluginVersion}
 org.apache.maven.plugins:maven-deploy-plugin:2.7
 org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1
diff --git 
a/core-it-suite/src/test/resources/mng-7353-cli-goal-invocation/pom.xml 
b/core-it-suite/src/test/resources/mng-7353-cli-goal-invocation/pom.xml
index 5fbb42045..476dd6f17 100644
--- a/core-it-suite/src/test/resources/mng-7353-cli-goal-invocation/pom.xml
+++ b/core-it-suite/src/test/resources/mng-7353-cli-goal-invocation/pom.xml
@@ -36,7 +36,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.7</version><!-- version from core IT bootstrap -->
+          <version>3.3.0</version>
         </plugin>
       </plugins>
     </pluginManagement>

Reply via email to