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 2016/05/04 20:51:27 UTC

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

Author: kwright
Date: Wed May  4 20:51:27 2016
New Revision: 1742336

URL: http://svn.apache.org/viewvc?rev=1742336&view=rev
Log:
Fix for CONNECTORS-1311.

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=1742336&r1=1742335&r2=1742336&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Wed May  4 20:51:27 2016
@@ -56,7 +56,7 @@
     <property name="commons-cli.version" value="1.2"/>
     <property name="slf4j.version" value="1.7.7"/>
     <property name="xalan.version" value="2.7.1"/>
-    <property name="poi.version" value="3.14"/>
+    <property name="poi.version" value="3.13"/>
     <property name="activation.version" value="1.1.1"/>
     <property name="avalon.version" value="4.3.1"/>
     <property name="ecj.version" value="4.3.1"/>

Modified: manifoldcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1742336&r1=1742335&r2=1742336&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Wed May  4 20:51:27 2016
@@ -83,7 +83,7 @@
     <jaxb.version>2.2.6</jaxb.version>
     <zookeeper.version>3.4.6</zookeeper.version>
     <xmlbeans.version>2.6.0</xmlbeans.version>
-    <poi.version>3.13-beta1</poi.version>
+    <poi.version>3.13</poi.version>
     <tika.version>1.12</tika.version>
     <jhighlight.version>1.0.3</jhighlight.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>