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 2020/04/14 21:40:01 UTC

[maven-surefire] branch master updated: [SUREFIRE-1774] Upgrade Maven Parent to Version 34

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 521efbf  [SUREFIRE-1774] Upgrade Maven Parent to Version 34
521efbf is described below

commit 521efbf0163d0c7a133e9da747ce4dedff0eb1ca
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Apr 14 17:39:55 2020 -0400

    [SUREFIRE-1774] Upgrade Maven Parent to Version 34
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b66d0ca..87af8ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.surefire</groupId>