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/11 14:37:33 UTC

svn commit: r1181753 - in /nutch/branches/nutchgora: CHANGES.txt ivy/ivy.xml

Author: ab
Date: Tue Oct 11 12:37:32 2011
New Revision: 1181753

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

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/ivy/ivy.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1181753&r1=1181752&r2=1181753&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Tue Oct 11 12:37:32 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1152 Upgrade SolrJ to version 3.4.0 (ab)
+
 * NUTCH-1136 Ant pmd target is broken
 
 * NUTCH-1058 Upgrade Solr schema version to 1.4 (markus)

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1181753&r1=1181752&r2=1181753&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Tue Oct 11 12:37:32 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" />