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 2019/12/19 08:37:46 UTC

svn commit: r1871797 - in /manifoldcf/trunk: build.xml pom.xml

Author: kwright
Date: Thu Dec 19 08:37:45 2019
New Revision: 1871797

URL: http://svn.apache.org/viewvc?rev=1871797&view=rev
Log:
Go to solrj version 3.1.0

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=1871797&r1=1871796&r2=1871797&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Thu Dec 19 08:37:45 2019
@@ -74,7 +74,7 @@
     <property name="stax-ex.version" value="1.8.1"/>
     <property name="fastinfoset.version" value="1.2.16"/>
     <property name="jaxws.version" value="2.2.6"/>
-    <property name="solrj.version" value="7.4.0"/>
+    <property name="solrj.version" value="8.3.1"/>
     <property name="noggit.version" value="0.8"/>
     <property name="commons-math3.version" value="3.6.1"/>
     <property name="chemistry.version" value="1.1.0"/>

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1871797&r1=1871796&r2=1871797&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Thu Dec 19 08:37:45 2019
@@ -65,7 +65,7 @@
     <httpcomponent.httpclient.version>4.5.3</httpcomponent.httpclient.version>
     <httpcomponent.httpcore.version>4.4.6</httpcomponent.httpcore.version>
     <httpcomponent.httpmime.version>4.5.3</httpcomponent.httpmime.version>
-    <solr.version>7.4.0</solr.version>
+    <solr.version>8.3.1</solr.version>
     <noggit.version>0.8</noggit.version>
     <commons-el.version>1.0</commons-el.version>
     <commons-lang.version>2.6</commons-lang.version>