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 2019/02/16 20:48:14 UTC

[maven-file-management] 01/01: [MSHARED-804] - Upgrade shared-component-parent to version 33.

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

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

commit 4e0d57b22e7df35eb74baed0e35d6aa542ce5dee
Author: Karl Heinz Marbaise <ka...@soebes.de>
AuthorDate: Sat Feb 16 21:48:08 2019 +0100

    [MSHARED-804] - Upgrade shared-component-parent to version 33.
---
 pom.xml             | 2 +-
 pom.xml => pom.xml~ | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2cd1df..4c1036d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>32</version>
+    <version>33</version>
     <relativePath/>
   </parent>
 
diff --git a/pom.xml b/pom.xml~
similarity index 98%
copy from pom.xml
copy to pom.xml~
index e2cd1df..a92dbb9 100644
--- a/pom.xml
+++ b/pom.xml~
@@ -62,6 +62,7 @@
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
+    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>