git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/MR-279@1155117 13f79535-47bb-0310-9956-ffa450edef68
@@ -3,6 +3,9 @@ Hadoop MapReduce Change Log
Trunk (unreleased changes)
MAPREDUCE-279
+
+ Fix the poms to enable 0.23 snapshots for hdfs/common from apache
+ nightly builds (gkesavan)
Fix findbugs warnings in mr-client modules part 3 (mahadev)
@@ -36,7 +36,7 @@
<!-- until we move to hadoop-common/hdfs trunk and/or maven 3 -->
<!-- cf. MNG-4326 -->
<snapshots>
- <enabled>false</enabled>
+ <enabled>true</enabled>
</snapshots>
</repository>
</repositories>
@@ -28,6 +28,15 @@
<enabled>false</enabled>
+ <repository>
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots</url>
+ <!-- until we move to hadoop-common/hdfs trunk and/or maven 3 -->
+ <!-- cf. MNG-4326 -->
+ <snapshots>
+ </snapshots>
+ </repository>
<dependencies>