Repository: tez Updated Branches: refs/heads/branch-0.9 4c732db03 -> 1fa23978f
TEZ-3994. Upgrade maven-surefire-plugin to 0.21.0 to support yetus Signed-off-by: Jason Lowe <[email protected]> (cherry picked from commit 7d73bb2dc6163b04ec34ddf7b7a0300a78464f61) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/1fa23978 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/1fa23978 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/1fa23978 Branch: refs/heads/branch-0.9 Commit: 1fa23978f72f16c33c7d3ceb966b2d448e4b2dc9 Parents: 4c732db Author: Jonathan Eagles <[email protected]> Authored: Fri Sep 28 10:15:24 2018 -0500 Committer: Jason Lowe <[email protected]> Committed: Fri Sep 28 10:17:05 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/1fa23978/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cba30f3..aef4046 100644 --- a/pom.xml +++ b/pom.xml @@ -889,7 +889,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>
