You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2011/05/12 01:32:27 UTC

svn commit: r1102136 - in /hadoop/mapreduce/trunk: CHANGES.txt ivy/hadoop-mapred-instrumented-template.xml ivy/hadoop-mapred-template.xml

Author: todd
Date: Wed May 11 23:32:27 2011
New Revision: 1102136

URL: http://svn.apache.org/viewvc?rev=1102136&view=rev
Log:
MAPREDUCE-2486. Incorrect snapshot dependency published in .pom files. Contributed by Todd Lipcon.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/ivy/hadoop-mapred-instrumented-template.xml
    hadoop/mapreduce/trunk/ivy/hadoop-mapred-template.xml

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1102136&r1=1102135&r2=1102136&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Wed May 11 23:32:27 2011
@@ -713,6 +713,9 @@ Release 0.22.0 - Unreleased
     MAPREDUCE-2222. Ivy resolve force mode should be turned off by default.
     (Luke Lu via tomwhite)
 
+    MAPREDUCE-2486. Incorrect snapshot dependency published in .pom files
+    (todd)
+
 Release 0.21.1 - Unreleased
 
   NEW FEATURES

Modified: hadoop/mapreduce/trunk/ivy/hadoop-mapred-instrumented-template.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/ivy/hadoop-mapred-instrumented-template.xml?rev=1102136&r1=1102135&r2=1102136&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/ivy/hadoop-mapred-instrumented-template.xml (original)
+++ hadoop/mapreduce/trunk/ivy/hadoop-mapred-instrumented-template.xml Wed May 11 23:32:27 2011
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>0.22.0-dev-SNAPSHOT</version>
+      <version>0.23.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

Modified: hadoop/mapreduce/trunk/ivy/hadoop-mapred-template.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/ivy/hadoop-mapred-template.xml?rev=1102136&r1=1102135&r2=1102136&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/ivy/hadoop-mapred-template.xml (original)
+++ hadoop/mapreduce/trunk/ivy/hadoop-mapred-template.xml Wed May 11 23:32:27 2011
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>0.22.0-dev-SNAPSHOT</version>
+      <version>0.23.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>