Author: todd
Date: Wed Apr 18 22:22:31 2012
New Revision: 1327706
URL: http://svn.apache.org/viewvc?rev=1327706&view=rev
Log:
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd Lipcon.
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1327706&r1=1327705&r2=1327706&view=diff
==============================================================================
---
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Wed Apr 18 22:22:31 2012
@@ -142,6 +142,8 @@ Release 2.0.0 - UNRELEASED
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from
HDFS into Common. (Ahmed Radwan via atm)
+ HADOOP-8117. Upgrade test build to Surefire 2.12 (todd)
+
OPTIMIZATIONS
BUG FIXES