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 2020/01/02 08:52:32 UTC

[maven-dist-tool] 02/05: [Minor] Update plugin prerequisites to Maven 3.0.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 3cb5687303d3766d7ce9a82fe0e9f19912028f5d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 21:56:40 2019 +0100

    [Minor] Update plugin prerequisites to Maven 3.0.5
    
    Latest supported version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98e5869..f787d7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <url>https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/</url>
 
   <prerequisites>
-    <maven>3.0.4</maven>
+    <maven>${mvnversion}</maven>
   </prerequisites>
 
   <scm>
@@ -52,7 +52,7 @@
 
   <properties>
     <netbeans.checkstyle.format>true</netbeans.checkstyle.format>
-    <mvnversion>3.0.4</mvnversion>
+    <mvnversion>3.0.5</mvnversion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>    
   </properties>