Repository: hadoop Updated Branches: refs/heads/branch-2 d2c3a56ad -> fe4fe23f8 refs/heads/branch-2.9 c78dbefd4 -> c8b8a5b43 refs/heads/trunk 66461ed98 -> dae505182
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/fe4fe23f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe4fe23f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fe4fe23f Branch: refs/heads/branch-2 Commit: fe4fe23f8348b6c5abfaa72f6b436847c7c952b4 Parents: d2c3a56 Author: Arpit Agarwal <[email protected]> Authored: Thu Mar 22 10:15:30 2018 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Thu Mar 22 10:51:56 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fe4fe23f/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c16924b..2d05601 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -112,7 +112,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]
