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

[maven-surefire] 01/01: [SUREFIRE-1540] - Upgrade maven-plugins parent to version 32

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

tibordigana pushed a commit to branch SUREFIRE-1540
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 5be70d33278244e410e00636300084da4a01c235
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Jul 23 19:58:37 2018 +0200

    [SUREFIRE-1540] - Upgrade maven-plugins parent to version 32
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f949703..1cdae78 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>