Author: kwright
Date: Sun Sep 21 21:35:59 2014
New Revision: 1626638

URL: http://svn.apache.org/r1626638
Log:
Update versions of zookeeper and solrj.  Part of CONNECTORS-1042.

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

Modified: manifoldcf/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1626638&r1=1626637&r2=1626638&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Sep 21 21:35:59 2014
@@ -1580,7 +1580,7 @@ Use Apache Forrest version forrest-0.9-d
         <antcall target="download-via-maven">
             <param name="target" value="lib"/>
             <param name="project-path" value="org/apache/solr"/>
-            <param name="artifact-version" value="4.7.0"/>
+            <param name="artifact-version" value="4.10.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=1626638&r1=1626637&r2=1626638&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Sun Sep 21 21:35:59 2014
@@ -57,7 +57,7 @@
     <httpcomponent.httpclient.version>4.3.5</httpcomponent.httpclient.version>
     <httpcomponent.httpcore.version>4.3.2</httpcomponent.httpcore.version>
     <httpcomponent.httpmime.version>4.3.5</httpcomponent.httpmime.version>
-    <solr.version>4.7.0</solr.version>
+    <solr.version>4.10.0</solr.version>
     <noggit.version>0.5</noggit.version>
     <commons-el.version>1.0</commons-el.version>
     <commons-lang.version>2.6</commons-lang.version>
@@ -74,7 +74,7 @@
     <velocity.version>1.7</velocity.version>
     <slf4j.version>1.7.7</slf4j.version>
     <jaxb.version>2.2.6</jaxb.version>
-    <zookeeper.version>3.4.5</zookeeper.version>
+    <zookeeper.version>3.4.6</zookeeper.version>
     <xmlbeans.version>2.6.0</xmlbeans.version>
     <poi.version>3.10.1</poi.version>
   </properties>


Reply via email to