Repository: hadoop Updated Branches: refs/heads/branch-3.0 7212c98ba -> cdf3e758c
HADOOP-15334. Upgrade Maven surefire plugin. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cdf3e758 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cdf3e758 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cdf3e758 Branch: refs/heads/branch-3.0 Commit: cdf3e758cc040d4a988a1f6f422935e0c04556d0 Parents: 7212c98 Author: Arpit Agarwal <[email protected]> Authored: Thu Mar 22 10:15:30 2018 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Thu Mar 22 10:55:30 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/cdf3e758/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 16c7a36..63a8823 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -116,7 +116,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> - <maven-surefire-plugin.version>2.17</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]
