Author: jnioche
Date: Mon Apr 28 11:02:58 2014
New Revision: 1590601

URL: http://svn.apache.org/r1590601
Log:
NUTCH-1759 Upgrade to Crawler Commons 0.4

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=1590601&r1=1590600&r2=1590601&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Mon Apr 28 11:02:58 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Current Development
 
+* NUTCH-1759 Upgrade to Crawler Commons 0.4 (jnioche)
+
 * NUTCH-1700 Remove deprecated code in src/plugin/creativecommons/build.xml 
(lewismc)
 
 * NUTCH-1761 Crawl script fails to find job file if not started from inside 
bin dir (David Hosking, jnioche)

Modified: nutch/branches/2.x/ivy/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/ivy/ivy.xml?rev=1590601&r1=1590600&r2=1590601&view=diff
==============================================================================
--- nutch/branches/2.x/ivy/ivy.xml (original)
+++ nutch/branches/2.x/ivy/ivy.xml Mon Apr 28 11:02:58 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.3" />
+    <dependency org="com.google.code.crawler-commons" name="crawler-commons" 
rev="0.4" />
 
     <!--Configuration: test -->
 


Reply via email to