Browse Source

HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs.

(cherry picked from commit dbd205762ef2cba903b9bd9335bb9a5964d51f74)
Akira Ajisaka 8 năm trước cách đây
mục cha
commit
6bb23a14b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hadoop-project/pom.xml

+ 1 - 1
hadoop-project/pom.xml

@@ -95,7 +95,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>