Repository: tez Updated Branches: refs/heads/master e6722a96b -> 9345c2b1d
TEZ-4022. Upgrade Maven Surefire plugin to 3.0.0-M1 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/9345c2b1 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9345c2b1 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9345c2b1 Branch: refs/heads/master Commit: 9345c2b1d66a530c32e2a7258929b883fe9ec38e Parents: e6722a9 Author: Jonathan Eagles <[email protected]> Authored: Tue Nov 27 11:20:43 2018 -0600 Committer: Jason Lowe <[email protected]> Committed: Tue Nov 27 11:20:43 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9345c2b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d8797c..2d46fb7 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.21.0</version> + <version>3.0.0-M1</version> <configuration> <forkCount>1</forkCount> <reuseForks>false</reuseForks>
