Author: kwright
Date: Wed Jan 30 01:48:58 2013
New Revision: 1440243
URL: http://svn.apache.org/viewvc?rev=1440243&view=rev
Log:
Update to Lucene/solr 4.1.0.
Modified:
manifoldcf/integration/solr-4.x/trunk/build.xml
Modified: manifoldcf/integration/solr-4.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/build.xml?rev=1440243&r1=1440242&r2=1440243&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-4.x/trunk/build.xml Wed Jan 30 01:48:58 2013
@@ -29,7 +29,7 @@
<mkdir dir="solr" />
<exec dir="solr" executable="svn" failifexecutionfails="true"
failonerror="true">
<arg value="checkout" />
- <arg
value="http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_0_0/" />
+ <arg
value="http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_1_0/" />
<arg value="." />
</exec>
</target>