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/07 20:04:34 UTC

[maven-enforcer] 01/01: [MENFORCER-312] - Upgrade maven-parent to 32.

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

khmarbaise pushed a commit to branch MENFORCER-312
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 35ec297d246f445d31408f2a4c70e9695c346ecd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Aug 7 22:04:30 2018 +0200

    [MENFORCER-312] - Upgrade maven-parent to 32.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9c17fe..b8c514f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
@@ -65,7 +65,6 @@
   <properties>
     <maven.version>3.0</maven.version>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
-	<surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencyManagement>