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 2017/09/02 10:32:11 UTC

svn commit: r1807032 - in /manifoldcf/branches/release-2.8-branch: ./ build.xml pom.xml

Author: kwright
Date: Sat Sep  2 10:32:11 2017
New Revision: 1807032

URL: http://svn.apache.org/viewvc?rev=1807032&view=rev
Log:
Use the proper version of POI.

Modified:
    manifoldcf/branches/release-2.8-branch/   (props changed)
    manifoldcf/branches/release-2.8-branch/build.xml
    manifoldcf/branches/release-2.8-branch/pom.xml

Propchange: manifoldcf/branches/release-2.8-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Sep  2 10:32:11 2017
@@ -149,4 +149,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
-/manifoldcf/trunk:1806824,1806908,1806979
+/manifoldcf/trunk:1806824,1806908,1806979,1807031

Modified: manifoldcf/branches/release-2.8-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.8-branch/build.xml?rev=1807032&r1=1807031&r2=1807032&view=diff
==============================================================================
--- manifoldcf/branches/release-2.8-branch/build.xml (original)
+++ manifoldcf/branches/release-2.8-branch/build.xml Sat Sep  2 10:32:11 2017
@@ -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.9"/>
+    <property name="poi.version" value="3.15"/>
     <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/branches/release-2.8-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.8-branch/pom.xml?rev=1807032&r1=1807031&r2=1807032&view=diff
==============================================================================
--- manifoldcf/branches/release-2.8-branch/pom.xml (original)
+++ manifoldcf/branches/release-2.8-branch/pom.xml Sat Sep  2 10:32:11 2017
@@ -83,7 +83,7 @@
     <jaxb.version>2.2.6</jaxb.version>
     <zookeeper.version>3.4.8</zookeeper.version>
     <xmlbeans.version>2.6.0</xmlbeans.version>
-    <poi.version>3.9</poi.version>
+    <poi.version>3.15</poi.version>
     <tika.version>1.14</tika.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <hadoop.version>2.6.0</hadoop.version>