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:45 UTC

[maven-shared-jar] branch MSHARED-887 created (now f0b111e)

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

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


      at f0b111e  [MSHARED-887] Require Maven 3.1

This branch includes the following new commits:

     new f0b111e  [MSHARED-887] Require Maven 3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sl...@apache.org.
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>