Repository: hadoop Updated Branches: refs/heads/branch-2.8 02f0472d1 -> 444312b54
HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs. (cherry picked from commit dbd205762ef2cba903b9bd9335bb9a5964d51f74) (cherry picked from commit 6bb23a14b6f20973eded529f56c9a878a29035ff) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/444312b5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/444312b5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/444312b5 Branch: refs/heads/branch-2.8 Commit: 444312b54b890ca7b0bfe6f997007ef0ad82b00e Parents: 02f0472 Author: Akira Ajisaka <[email protected]> Authored: Tue Oct 25 15:55:55 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue Oct 25 15:58:57 2016 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/444312b5/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index ac05dad..b90da0d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -98,7 +98,7 @@ <!-- Plugin versions and config --> <maven-surefire-plugin.argLine>-Xmx2048m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> - <maven-surefire-plugin.version>2.17</maven-surefire-plugin.version> + <maven-surefire-plugin.version>2.19.1</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]
