You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/12/27 10:38:02 UTC

svn commit: r1553652 - in /manifoldcf/integration/solr-4.x/trunk: CHANGES.txt build.xml

Author: kwright
Date: Fri Dec 27 09:38:02 2013
New Revision: 1553652

URL: http://svn.apache.org/r1553652
Log:
Fix for CONNECTORS-848.

Modified:
    manifoldcf/integration/solr-4.x/trunk/CHANGES.txt
    manifoldcf/integration/solr-4.x/trunk/build.xml

Modified: manifoldcf/integration/solr-4.x/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/CHANGES.txt?rev=1553652&r1=1553651&r2=1553652&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-4.x/trunk/CHANGES.txt Fri Dec 27 09:38:02 2013
@@ -3,11 +3,13 @@ $Id$
 
 ======================= 1.2-dev =====================
 
-CONNECTORS-825: Fix infinite loop parsing multi-domain arguments.
-(Shinichiro Abe)
+CONNECTORS-848: Build against Lucene/Solr 4.6.0.
 
 ======================= Release 1.1 =====================
 
+CONNECTORS-825: Fix infinite loop parsing multi-domain arguments.
+(Shinichiro Abe)
+
 Add functionality making the plugin compatible with multi-domain
 features of ManifoldCF.  Specifically, allow multiple domain/username
 tuples to be passed in the request.

Modified: manifoldcf/integration/solr-4.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/build.xml?rev=1553652&r1=1553651&r2=1553652&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/build.xml (original)
+++ manifoldcf/integration/solr-4.x/trunk/build.xml Fri Dec 27 09:38:02 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_1_0/" />
+      <arg value="http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_6_0/" />
       <arg value="." />
     </exec>
   </target>