You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2012/01/09 20:17:40 UTC

svn commit: r1229308 - in /incubator/chukwa/branches/chukwa-0.5: CHANGES.txt pom.xml

Author: eyang
Date: Mon Jan  9 19:17:40 2012
New Revision: 1229308

URL: http://svn.apache.org/viewvc?rev=1229308&view=rev
Log:
CHUKWA-629. Updated Hadoop dependency to Hadoop 1.0.0 (Eric Yang)

Modified:
    incubator/chukwa/branches/chukwa-0.5/CHANGES.txt
    incubator/chukwa/branches/chukwa-0.5/pom.xml

Modified: incubator/chukwa/branches/chukwa-0.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/chukwa/branches/chukwa-0.5/CHANGES.txt?rev=1229308&r1=1229307&r2=1229308&view=diff
==============================================================================
--- incubator/chukwa/branches/chukwa-0.5/CHANGES.txt (original)
+++ incubator/chukwa/branches/chukwa-0.5/CHANGES.txt Mon Jan  9 19:17:40 2012
@@ -36,6 +36,8 @@ Release 0.5
 
   IMPROVEMENTS
 
+    CHUKWA-629. Updated Hadoop dependency to Hadoop 1.0.0 (Eric Yang)
+
     CHUKWA-627. Updated DISCLAIMER.txt and LICENSE.txt (Eric Yang)
 
     CHUKWA-626. Updated NOTICE.txt to include dependency licenses. (Eric Yang)

Modified: incubator/chukwa/branches/chukwa-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/branches/chukwa-0.5/pom.xml?rev=1229308&r1=1229307&r2=1229308&view=diff
==============================================================================
--- incubator/chukwa/branches/chukwa-0.5/pom.xml (original)
+++ incubator/chukwa/branches/chukwa-0.5/pom.xml Mon Jan  9 19:17:40 2012
@@ -280,12 +280,12 @@
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-core</artifactId>
-            <version>0.20.205.0</version>
+            <version>1.0.0</version>
           </dependency>
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-test</artifactId>
-            <version>0.20.205.0</version>
+            <version>1.0.0</version>
           </dependency>
     </dependencies>