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/09/02 19:07:15 UTC

[maven-filtering] branch MSHARED-755 created (now 1a1eb2d)

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

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


      at 1a1eb2d  [MSHARED-755] - Upgrade parent to version 32.

This branch includes the following new commits:

     new 1a1eb2d  [MSHARED-755] - Upgrade parent to version 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-filtering] 01/01: [MSHARED-755] - Upgrade parent to version 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-755
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 1a1eb2d7329ab403143a8643c11f1e0b0e4ca4bc
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 21:07:01 2018 +0200

    [MSHARED-755] - Upgrade parent to version 32.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cc29476..b1a1925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -55,7 +55,6 @@
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>3.0</mavenVersion>
   </properties>