Repository: hadoop Updated Branches: refs/heads/branch-3.1 c245ecedd -> d82e846fa
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/d82e846f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d82e846f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d82e846f Branch: refs/heads/branch-3.1 Commit: d82e846fa43a441af86355d95a5464c7ebcd5c15 Parents: c245ece Author: Arpit Agarwal <[email protected]> Authored: Thu Mar 22 10:15:30 2018 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Thu Mar 22 10:54:01 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d82e846f/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index a352e5e..1f2c309 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]
