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:44:02 UTC

[tez] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tez.git


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

commit b5b432bf05d5b902d66c19d5b693bb620c577390
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0cbdfd6..cd4cf7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -860,7 +860,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>