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/dae50518 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dae50518 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dae50518 Branch: refs/heads/trunk Commit: dae5051828a1cf52f8d23a9126775680cd32bade Parents: 66461ed 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:02 2018 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dae50518/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 1ab41d2..dcbc484 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]
