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

slachiewicz pushed a commit to branch MACR-55
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit a7deca2de3ac46d23e4974aea49f93a4ed5243e4
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Aug 12 18:15:01 2024 +0200

    [MACR-55] Require Maven 3.6.3+
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3eb6a73..455a7a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-acr-plugin/</url>
+    
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-acr-plugin/</url>
   </ciManagement>
   <distributionManagement>
     <site>
@@ -61,7 +61,7 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.6.3</mavenVersion>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -102,7 +102,6 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>4.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Reply via email to