You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/10 06:21:22 UTC

[maven-file-management] branch MSHARED-754 created (now 1ad76d4)

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

khmarbaise pushed a change to branch MSHARED-754
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git.


      at 1ad76d4  [MSHARED-754] - Upgrade parent to 32

This branch includes the following new commits:

     new 1ad76d4  [MSHARED-754] - Upgrade parent to 32

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-file-management] 01/01: [MSHARED-754] - Upgrade parent to 32

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

khmarbaise pushed a commit to branch MSHARED-754
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git

commit 1ad76d442764b2318a19e93affb7aa48b5ff9dab
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Aug 10 08:21:12 2018 +0200

    [MSHARED-754] - Upgrade parent to 32
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b46342a..e2cd1df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,8 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <version>32</version>
+    <relativePath/>
   </parent>
 
   <artifactId>file-management</artifactId>
@@ -62,7 +62,6 @@
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>