Repository: tez Updated Branches: refs/heads/branch-0.9 ccf8de28d -> 5f2e69c54
TEZ-4022. Upgrade Maven Surefire plugin to 3.0.0-M1 Signed-off-by: Jason Lowe <[email protected]> (cherry picked from commit 9345c2b1d66a530c32e2a7258929b883fe9ec38e) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/5f2e69c5 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/5f2e69c5 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/5f2e69c5 Branch: refs/heads/branch-0.9 Commit: 5f2e69c54e520ae19687fa7461f7c5d8b063942e Parents: ccf8de2 Author: Jonathan Eagles <[email protected]> Authored: Tue Nov 27 11:20:43 2018 -0600 Committer: Jason Lowe <[email protected]> Committed: Tue Nov 27 11:22:04 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/5f2e69c5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aef4046..d2cdb22 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.21.0</version> + <version>3.0.0-M1</version> <configuration> <forkCount>1</forkCount> <reuseForks>false</reuseForks>
