You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2008/04/11 13:37:11 UTC

svn commit: r647119 - /jackrabbit/trunk/pom.xml

Author: mreutegg
Date: Fri Apr 11 04:37:01 2008
New Revision: 647119

URL: http://svn.apache.org/viewvc?rev=647119&view=rev
Log:
JCR-1533: Update POI dependency to 3.0.2-FINAL

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=647119&r1=647118&r2=647119&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Fri Apr 11 04:37:01 2008
@@ -860,12 +860,12 @@
       <dependency>
         <groupId>org.apache.poi</groupId>
         <artifactId>poi</artifactId>
-        <version>3.0.1-FINAL</version>
+        <version>3.0.2-FINAL</version>
       </dependency>
       <dependency>
         <groupId>org.apache.poi</groupId>
         <artifactId>poi-scratchpad</artifactId>
-        <version>3.0.1-FINAL</version>
+        <version>3.0.2-FINAL</version>
       </dependency>
       <dependency>
         <groupId>pdfbox</groupId>