git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1@1358689 13f79535-47bb-0310-9956-ffa450edef68
@@ -268,6 +268,8 @@ Release 1.1.0 - unreleased
HDFS-6527. Backport HADOOP-7389: Use of TestingGroups by tests causes
subsequent tests to fail. (Ivan Mitic via szetszwo)
+ HDFS-8417. HADOOP-6963 didn't update hadoop-core-pom-template.xml (Zhihong Ted Yu via cos)
+
Release 1.0.3 - 2012.05.07
NEW FEATURES
@@ -33,6 +33,11 @@
<artifactId>xmlenc</artifactId>
<version>0.52</version>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.1</version>
+ </dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>