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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fb1d9f  [MTOOLCHAINS-51] Upgrade to maven 3.9.6 at compile time and 
3.6.3 at runtime (#20)
7fb1d9f is described below

commit 7fb1d9f3835f5ddc803456c2af585e8f3a947cb5
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Feb 28 14:19:43 2024 +0100

    [MTOOLCHAINS-51] Upgrade to maven 3.9.6 at compile time and 3.6.3 at 
runtime (#20)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 308e10f..3bc53f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
   </contributors>
 
   <prerequisites>
-    <maven>${mavenVersion}</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -68,7 +68,7 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.9.6</mavenVersion>
     
<project.build.outputTimestamp>2022-06-18T21:03:59Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to