Author: markus
Date: Thu Jun 28 15:39:47 2012
New Revision: 1355049

URL: http://svn.apache.org/viewvc?rev=1355049&view=rev
Log:
NUTCH-1412 Upgrade commons lang

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/ivy/ivy.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1355049&r1=1355048&r2=1355049&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Jun 28 15:39:47 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 (trunk) Current Development:
 
+* NUTCH-1412 Upgrade commons lang (markus)
+
 * NUTCH-1251 SolrDedup to use proper Lucene catch-all query (Arkadi Kosmynin 
via markus)
 
 * NUTCH-1407 BasicIndexingFilter to optionally add domain field (markus)

Modified: nutch/trunk/ivy/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1355049&r1=1355048&r2=1355049&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Thu Jun 28 15:39:47 2012
@@ -34,7 +34,7 @@
                        conf="*->default"/>
                <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.6.1" 
conf="*->master" />
 
-               <dependency org="commons-lang" name="commons-lang" rev="2.4"
+               <dependency org="commons-lang" name="commons-lang" rev="2.6"
                        conf="*->default" />
                <dependency org="commons-collections" name="commons-collections"
                        rev="3.1" conf="*->default" />


Reply via email to