HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1327706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cbcb7b09a8
commit
ab0e99c0ee
|
@ -142,6 +142,8 @@ Release 2.0.0 - UNRELEASED
|
||||||
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from
|
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from
|
||||||
HDFS into Common. (Ahmed Radwan via atm)
|
HDFS into Common. (Ahmed Radwan via atm)
|
||||||
|
|
||||||
|
HADOOP-8117. Upgrade test build to Surefire 2.12 (todd)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -671,7 +671,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.10</version>
|
<version>2.12</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue