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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cb6a74e [MRESOLVER-280] Upgrade invoker, install, deploy, require Mvn 
3.8.4+ (#204)
2cb6a74e is described below

commit 2cb6a74e657b81710082c5420710a8dba876dc5b
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Oct 20 10:40:53 2022 +0200

    [MRESOLVER-280] Upgrade invoker, install, deploy, require Mvn 3.8.4+ (#204)
    
    Upgrade following plugins:
    * m-invoker-p
    * m-install-p
    * m-deploy-p
    * animal-sniffer
    
    Require Maven 3.8.4+ for building.
---
 .../maven-resolver-demo-maven-plugin/pom.xml                |  2 +-
 pom.xml                                                     | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml 
b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
index 5d9b1668..3519b154 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
+++ b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
@@ -96,8 +96,8 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.2.2</version>
             <configuration>
               <debug>false</debug>
               <projectsDirectory>src/it</projectsDirectory>
diff --git a/pom.xml b/pom.xml
index 7dadcf27..0b3e94c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
     <guavaVersion>30.1-jre</guavaVersion>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
+    <minimalMavenBuildVersion>3.8.4</minimalMavenBuildVersion>
     
<project.build.outputTimestamp>2022-07-25T16:26:16Z</project.build.outputTimestamp>
   </properties>
 
@@ -285,6 +286,16 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin> <!-- remove once parent POM updated -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+        <plugin> <!-- remove once parent POM updated -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
         <plugin>
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>
@@ -509,7 +520,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.21</version>
+        <version>1.22</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>

Reply via email to