You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/31 13:46:54 UTC

[maven-project-utils] 01/01: set Maven 3.1.0 as minimum supported version

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

elharo pushed a commit to branch 31b
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git

commit ae48d95d53aa6cf45e4f0b5d63ecb5b3fcbe30f1
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Jul 31 09:46:13 2020 -0400

    set Maven 3.1.0 as minimum supported version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f036acc..4b4ae5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>