You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/07/02 18:56:22 UTC

svn commit: r1356343 - in /nutch/branches/branch-1.5.1: CHANGES.txt ivy/ivy.xml

Author: lewismc
Date: Mon Jul  2 16:56:21 2012
New Revision: 1356343

URL: http://svn.apache.org/viewvc?rev=1356343&view=rev
Log:
backport of NUTCH-1398 Upgrade to Hadoop 1.0.3

Modified:
    nutch/branches/branch-1.5.1/CHANGES.txt
    nutch/branches/branch-1.5.1/ivy/ivy.xml

Modified: nutch/branches/branch-1.5.1/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/CHANGES.txt?rev=1356343&r1=1356342&r2=1356343&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/CHANGES.txt (original)
+++ nutch/branches/branch-1.5.1/CHANGES.txt Mon Jul  2 16:56:21 2012
@@ -1,5 +1,9 @@
 Nutch Change Log
 
+Release 1.5.1 - 07/02/2012
+
+* NUTCH-1398 Upgrade to Hadoop 1.0.3 (jnioche)
+
 Release 1.5 - 04/15/2012
 
 * NUTCH-1208 Don't include KEYS file in bin distribution (jnioche)

Modified: nutch/branches/branch-1.5.1/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/ivy/ivy.xml?rev=1356343&r1=1356342&r2=1356343&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/ivy/ivy.xml (original)
+++ nutch/branches/branch-1.5.1/ivy/ivy.xml Mon Jul  2 16:56:21 2012
@@ -43,7 +43,7 @@
 		<dependency org="commons-codec" name="commons-codec" rev="1.3"
 			conf="*->default" />
 
-		<dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.0"
+		<dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.3"
 			conf="*->default">
 			<exclude org="hsqldb" name="hsqldb" />
 			<exclude org="net.sf.kosmosfs" name="kfs" />
@@ -67,7 +67,7 @@
 
 		<!--artifacts needed for testing -->
 		<dependency org="junit" name="junit" rev="3.8.1" conf="*->default" />
-		<dependency org="org.apache.hadoop" name="hadoop-test" rev="1.0.0"
+		<dependency org="org.apache.hadoop" name="hadoop-test" rev="1.0.3"
 			conf="test->default" />
 
 		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.22"