You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2008/07/01 23:17:34 UTC

svn commit: r673211 - in /incubator/tika/trunk: CHANGES.txt pom.xml

Author: jukka
Date: Tue Jul  1 14:17:34 2008
New Revision: 673211

URL: http://svn.apache.org/viewvc?rev=673211&view=rev
Log:
TIKA-146: Upgrade to POI 3.1
    - Upgraded POI dependency

Modified:
    incubator/tika/trunk/CHANGES.txt
    incubator/tika/trunk/pom.xml

Modified: incubator/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/CHANGES.txt?rev=673211&r1=673210&r2=673211&view=diff
==============================================================================
--- incubator/tika/trunk/CHANGES.txt (original)
+++ incubator/tika/trunk/CHANGES.txt Tue Jul  1 14:17:34 2008
@@ -58,6 +58,8 @@
 24. TIKA-145 - Separate NOTICEs and LICENSEs for binary and source packages
                (Jukka Zitting)
 
+25. TIKA-146 - Upgrade to POI 3.1 (Jukka Zitting)
+
 Release 0.1-incubating - 12/27/2007
 
 1. TIKA-5 - Port Metadata Framework from Nutch (mattmann)

Modified: incubator/tika/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=673211&r1=673210&r2=673211&view=diff
==============================================================================
--- incubator/tika/trunk/pom.xml (original)
+++ incubator/tika/trunk/pom.xml Tue Jul  1 14:17:34 2008
@@ -186,12 +186,12 @@
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
-      <version>3.0.2-FINAL</version>
+      <version>3.1-FINAL</version>
     </dependency>
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi-scratchpad</artifactId>
-      <version>3.0.2-FINAL</version>
+      <version>3.1-FINAL</version>
     </dependency>
     <dependency>
       <groupId>net.sourceforge.nekohtml</groupId>