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:19:52 UTC

svn commit: r1553649 - in /manifoldcf/trunk: CHANGES.txt build.xml pom.xml

Author: kwright
Date: Fri Dec 27 09:19:51 2013
New Revision: 1553649

URL: http://svn.apache.org/r1553649
Log:
Upgrade to SolrJ 4.6.0.  Fix for CONNECTORS-847.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/build.xml
    manifoldcf/trunk/pom.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1553649&r1=1553648&r2=1553649&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Dec 27 09:19:51 2013
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 1.5-dev =====================
 
+CONNECTORS-847: Upgrade to SolrJ 4.6.0.
+(Karl Wright)
+
 CONNECTORS-814: Make File System output connector handle
 directory/file conflicts.
 (Karl Wright)

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1553649&r1=1553648&r2=1553649&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Fri Dec 27 09:19:51 2013
@@ -4200,12 +4200,12 @@ Use Apache Forrest version forrest-0.9-d
         </antcall>
     </target>
     
-	  <target name="download-solrj">
+    <target name="download-solrj">
         <mkdir dir="lib"/>
         <antcall target="download-via-maven">
             <param name="target" value="lib"/>
             <param name="project-path" value="org/apache/solr"/>
-            <param name="artifact-version" value="4.3.1"/>
+            <param name="artifact-version" value="4.6.0"/>
             <param name="artifact-name" value="solr-solrj"/>
             <param name="artifact-type" value="jar"/>
         </antcall>

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1553649&r1=1553648&r2=1553649&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Fri Dec 27 09:19:51 2013
@@ -51,7 +51,7 @@
     <httpcomponent.httpclient.version>4.2.6</httpcomponent.httpclient.version>
     <httpcomponent.httpcore.version>4.2.5</httpcomponent.httpcore.version>
     <httpcomponent.httpmime.version>4.2.6</httpcomponent.httpmime.version>
-    <solr.version>4.3.1</solr.version>
+    <solr.version>4.6.0</solr.version>
     <commons-el.version>1.0</commons-el.version>
     <commons-lang.version>2.6</commons-lang.version>
     <xalan.version>2.7.1</xalan.version>