You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ab...@apache.org on 2011/10/07 18:11:44 UTC

svn commit: r1180087 - in /nutch/trunk: CHANGES.txt ivy/ivy.xml

Author: ab
Date: Fri Oct  7 16:11:43 2011
New Revision: 1180087

URL: http://svn.apache.org/viewvc?rev=1180087&view=rev
Log:
NUTCH-1152 Upgrade to SolrJ 3.4.0.

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=1180087&r1=1180086&r2=1180087&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Fri Oct  7 16:11:43 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.4 - Current development
 
+* NUTCH-1152 Upgrade SolrJ to version 3.4.0 (ab)
+
 * NUTCH-1136 Ant pmd target is broken
 
 * NUTCH-1058 Upgrade Solr schema to version 1.4 (markus)

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1180087&r1=1180086&r2=1180087&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Fri Oct  7 16:11:43 2011
@@ -30,9 +30,9 @@
 	</publications>
 
 	<dependencies>
-		<dependency org="org.apache.solr" name="solr-solrj" rev="3.1.0"
+		<dependency org="org.apache.solr" name="solr-solrj" rev="3.4.0"
 			conf="*->default"/>
-		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.5" conf="*->master" />
+		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.6.1" conf="*->master" />
 
 		<dependency org="commons-lang" name="commons-lang" rev="2.4"
 			conf="*->default" />