You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by te...@apache.org on 2014/02/09 10:10:46 UTC

svn commit: r1566257 - in /nutch/branches/2.x: CHANGES.txt ivy/ivy.xml

Author: tejasp
Date: Sun Feb  9 09:10:46 2014
New Revision: 1566257

URL: http://svn.apache.org/r1566257
Log:
NUTCH-1721 Upgrade to Crawler commons 0.3

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/ivy/ivy.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1566257&r1=1566256&r2=1566257&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Sun Feb  9 09:10:46 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Current Development
 
+* NUTCH-1721 Upgrade to Crawler commons 0.3 (tejasp)
+
 * NUTCH-1719 DomainStatistics fails in 2.x because URL is not unreversed (Gerhard Gossen via lewismc)
 
 * NUTCH-1253 Incompatable neko and xerces versions (snagel, lewismc)

Modified: nutch/branches/2.x/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/ivy/ivy.xml?rev=1566257&r1=1566256&r2=1566257&view=diff
==============================================================================
--- nutch/branches/2.x/ivy/ivy.xml (original)
+++ nutch/branches/2.x/ivy/ivy.xml Sun Feb  9 09:10:46 2014
@@ -71,7 +71,7 @@
     <dependency org="org.jdom" name="jdom" rev="1.1" conf="*->default" />
 
     <dependency org="com.google.guava" name="guava" rev="11.0.2" />
-    <dependency org="com.google.code.crawler-commons" name="crawler-commons" rev="0.2" />
+    <dependency org="com.google.code.crawler-commons" name="crawler-commons" rev="0.3" />
 
     <!--Configuration: test -->