You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2020/03/19 15:45:05 UTC

[tez] branch branch-0.9 updated: TEZ-4134. Upgrade maven surefire plugin to 3.0.0-M4

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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 6978e2a  TEZ-4134. Upgrade maven surefire plugin to 3.0.0-M4
6978e2a is described below

commit 6978e2ae49a67a5a82cb60aa27b02861197bd215
Author: Jonathan Eagles <je...@apache.org>
AuthorDate: Thu Mar 19 15:43:37 2020 +0000

    TEZ-4134. Upgrade maven surefire plugin to 3.0.0-M4
    
    (cherry picked from commit b5b432bf05d5b902d66c19d5b693bb620c577390)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89ed4fc..5e443d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -858,7 +858,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.0.0-M4</version>
           <configuration>
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>