git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367726 13f79535-47bb-0310-9956-ffa450edef68
@@ -461,6 +461,8 @@ Release 2.0.0-alpha - 05-23-2012
MAPREDUCE-4231. Update RAID to use the new BlockCollection interface.
(szetszwo)
+ MAPREDUCE-4483. 2.0 build does not work (John George via bobby)
+
Release 0.23.3 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -64,7 +64,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-applications-distributedshell</artifactId>
- <version>3.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -197,6 +197,12 @@
<type>test-jar</type>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-applications-distributedshell</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>