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/05/03 12:14:46 UTC

[maven-shared-jar] 01/01: [MSHARED-887] Require Maven 3.1

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

slachiewicz pushed a commit to branch MSHARED-887
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit f0b111ec5e334d7ce8bf7559846d7695f9f3a481
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 3 14:14:26 2020 +0200

    [MSHARED-887] Require Maven 3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72de993..11d7349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
   </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>