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/28 09:43:47 UTC

[maven-mapping] branch 31 created (now 0dac03e)

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

elharo pushed a change to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git.


      at 0dac03e  use Maven 3.1.0

This branch includes the following new commits:

     new 0dac03e  use Maven 3.1.0

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-mapping] 01/01: use Maven 3.1.0

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0dac03e92cf85c2fad428253864e3f0980eb5ba7
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jul 28 05:43:32 2020 -0400

    use Maven 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8ca0f8d..b38925d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,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>