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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9d2f76e  [MSHARED-1464] Require Maven 3.6.3+
9d2f76e is described below

commit 9d2f76e7f0bdb8c59750fa23bb809f84393d5238
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Jan 25 17:59:20 2025 +0100

    [MSHARED-1464] Require Maven 3.6.3+
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f24e62..a12e8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-mapping</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
   <name>Apache Maven Mapping</name>
   <description>A shared component to assist in interpolating file names using 
properties from a Maven project.</description>
@@ -44,7 +44,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-mapping/</url>
+    
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-mapping/</url>
   </ciManagement>
   <distributionManagement>
     <site>
@@ -54,7 +54,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.0</mavenVersion>
+    <mavenVersion>3.6.3</mavenVersion>
     <javaVersion>8</javaVersion>
     
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>

Reply via email to