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 <[email protected]> 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 <[email protected]> Authored: Fri Sep 28 10:15:24 2018 -0500 Committer: Jason Lowe <[email protected]> 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>
