HADOOP-15916. Upgrade Maven Surefire plugin to 3.0.0-M1.

(cherry picked from commit a736b5da15)
(cherry picked from commit 7b62c9684d)
This commit is contained in:
Akira Ajisaka 2018-11-10 00:24:56 +09:00
parent 01b8197893
commit 3929465c2e
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<!-- Plugin versions and config -->
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0-M1</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>