Author: jnioche
Date: Tue Jun 19 13:13:47 2012
New Revision: 1351705

URL: http://svn.apache.org/viewvc?rev=1351705&view=rev
Log:
    NUTCH-1401

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/ivy/ivy.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1351705&r1=1351704&r2=1351705&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Tue Jun 19 13:13:47 2012
@@ -3,6 +3,8 @@ Nutch Change Log
 Release 2.0 (08/06/2012) ddmmyyy
 Full Jira report - 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10680&version=12314893
 
+* NUTCH-1401 Upgrade to Hadoop 1.0.3  (jnioche)
+
 * NUTCH-1396 Upgrade Tika 1.1 (jnioche)
 
 * NUTCH-1392 -force and -resume arguments being ignored in ParserJob (ferdy 
via lewismc)

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1351705&r1=1351704&r2=1351705&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Tue Jun 19 13:13:47 2012
@@ -47,7 +47,7 @@
       conf="*->default" />
 
     <dependency org="org.apache.hadoop" name="hadoop-core"
-      rev="1.0.0" conf="*->default">
+      rev="1.0.3" conf="*->default">
       <exclude org="net.sf.kosmosfs" name="kfs" />
       <exclude org="net.java.dev.jets3t" name="jets3t" />
       <exclude org="org.eclipse.jdt" name="core" />
@@ -77,7 +77,7 @@
     <!--artifacts needed for testing -->
     <dependency org="junit" name="junit" rev="3.8.1" conf="test->default" />
 
-    <dependency org="org.apache.hadoop" name="hadoop-test" rev="1.0.0" 
conf="test->default">
+    <dependency org="org.apache.hadoop" name="hadoop-test" rev="1.0.3" 
conf="test->default">
       <exclude org="net.sf.kosmosfs" name="kfs" />
       <exclude org="net.java.dev.jets3t" name="jets3t" />
       <exclude org="org.eclipse.jdt" name="core" />


Reply via email to