You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by jl...@apache.org on 2018/09/28 15:16:38 UTC

tez git commit: TEZ-3994. Upgrade maven-surefire-plugin to 0.21.0 to support yetus

Repository: tez
Updated Branches:
  refs/heads/master 64c04f112 -> 7d73bb2dc


TEZ-3994. Upgrade maven-surefire-plugin to 0.21.0 to support yetus

Signed-off-by: Jason Lowe <jl...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7d73bb2d
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7d73bb2d
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7d73bb2d

Branch: refs/heads/master
Commit: 7d73bb2dc6163b04ec34ddf7b7a0300a78464f61
Parents: 64c04f1
Author: Jonathan Eagles <je...@yahoo-inc.com>
Authored: Fri Sep 28 10:15:24 2018 -0500
Committer: Jason Lowe <jl...@apache.org>
Committed: Fri Sep 28 10:15:24 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/7d73bb2d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8bce5dd..86402ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -890,7 +890,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.14.1</version>
+          <version>2.21.0</version>
           <configuration>
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>