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/05/30 19:28:42 UTC

[maven-shared-utils] branch core2 created (now 375227a)

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

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


      at 375227a  update to Maven core 3.1.0

This branch includes the following new commits:

     new 375227a  update to Maven core 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-shared-utils] 01/01: update to Maven core 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 core2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit 375227a51b66ba1df12402c85b678f48044ae277
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat May 30 15:28:25 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 7c89f76..6219907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
 
     <javaVersion>7</javaVersion>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
   </properties>
 
   <dependencies>