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 <[email protected]> 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>
