You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/20 09:13:07 UTC

[maven-dist-tool] 03/07: Require Maven 3.2.5+

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-dist-tool.git

commit 49dc76445943effd290f343b50493aab36470e45
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 10:01:30 2022 +0200

    Require Maven 3.2.5+
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95e2663..260b305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 
   <properties>
     <netbeans.checkstyle.format>true</netbeans.checkstyle.format>
-    <mvnversion>3.0.5</mvnversion>
+    <mvnversion>3.2.5</mvnversion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>    
   </properties>