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


The following commit(s) were added to refs/heads/master by this push:
     new 3c43e55  Use Maven 3.9.11 in dependencies, still required 3.6.3
3c43e55 is described below

commit 3c43e55e8319c34bb5daeb8cee191417090afae1
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Oct 31 12:34:30 2025 +0100

    Use Maven 3.9.11 in dependencies, still required 3.6.3
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f54665d..776a3a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <inceptionYear>2001</inceptionYear>
 
   <prerequisites>
-    <maven>${mavenVersion}</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -65,8 +65,8 @@
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.6.3</mavenVersion>
-    <resolverVersion>1.4.1</resolverVersion>
+    <mavenVersion>3.9.11</mavenVersion>
+    <resolverVersion>1.9.24</resolverVersion>
     
<project.build.outputTimestamp>2024-10-18T10:10:51Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to