You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2010/07/09 14:07:17 UTC

svn commit: r962497 - /nutch/trunk/ivy/ivy.xml

Author: jnioche
Date: Fri Jul  9 12:07:17 2010
New Revision: 962497

URL: http://svn.apache.org/viewvc?rev=962497&view=rev
Log:
NUTCH-847: Wrong version of SOLR in Ivy.xml

Modified:
    nutch/trunk/ivy/ivy.xml

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=962497&r1=962496&r2=962497&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Fri Jul  9 12:07:17 2010
@@ -30,9 +30,7 @@
 	</publications>
 
 	<dependencies>
-		<dependency org="org.apache.solr" name="solr-solrj" rev="1.3.0"
-			conf="*->master" />
-		<dependency org="org.apache.solr" name="solr-common" rev="1.3.0"
+		<dependency org="org.apache.solr" name="solr-solrj" rev="1.4.1"
 			conf="*->master" />
 
 		<dependency org="org.apache.hadoop" name="avro" rev="1.3.2"