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/c8b8a5b4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8b8a5b4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c8b8a5b4 Branch: refs/heads/branch-2.9 Commit: c8b8a5b4341507c05825fdc517eb3a1a6446f65b Parents: c78dbef Author: Arpit Agarwal <[email protected]> Authored: Thu Mar 22 10:15:30 2018 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Thu Mar 22 10:52:20 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c8b8a5b4/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 2442609..d930208 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -111,7 +111,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:MaxPermSize=768m -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]
