HADOOP-15334. Upgrade Maven surefire plugin. Contributed by Arpit Agarwal. (cherry picked from commit d82e846fa43a441af86355d95a5464c7ebcd5c15)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a30a863c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a30a863c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a30a863c Branch: refs/heads/branch-3.1.0 Commit: a30a863c7f50ed3665191cbd71866fa03ffc2759 Parents: c05dd31 Author: Arpit Agarwal <[email protected]> Authored: Thu Mar 22 10:15:30 2018 -0700 Committer: Wangda Tan <[email protected]> Committed: Thu Mar 29 09:40:05 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a30a863c/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 044fae2..90fb496 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -115,7 +115,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> - <maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version> + <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> <maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version> <maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
