You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/03/09 16:57:21 UTC

svn commit: r1575716 - /tika/trunk/tika-parsers/pom.xml

Author: nick
Date: Sun Mar  9 15:57:21 2014
New Revision: 1575716

URL: http://svn.apache.org/r1575716
Log:
TIKA-1023 Upgrade the Ogg parser to 0.3, which fixes a maven issue, and adds Ogg Opus support

Modified:
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1575716&r1=1575715&r2=1575716&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Sun Mar  9 15:57:21 2014
@@ -38,7 +38,7 @@
     <poi.version>3.10-FINAL</poi.version>
     <codec.version>1.5</codec.version> <!-- NOTE: sync with POI -->
     <mime4j.version>0.7.2</mime4j.version>
-    <vorbis.version>0.1</vorbis.version>
+    <vorbis.version>0.3</vorbis.version>
   </properties>
 
   <dependencies>