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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b9bf51  [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
7b9bf51 is described below

commit 7b9bf5138c482000dc0b8654ef88b35c17d3073d
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Apr 24 15:43:24 2024 +0200

    [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
    
    Update parent, update prerquisite
    
    ---
    
    https://issues.apache.org/jira/browse/MINSTALL-193
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7925f00..22660eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -46,7 +46,7 @@
   </contributors>
 
   <prerequisites>
-    <maven>3.2.5</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>

Reply via email to