Author: maxcom
Date: Wed Apr  4 11:43:36 2012
New Revision: 1309340

URL: http://svn.apache.org/viewvc?rev=1309340&view=rev
Log:
TIKA-593: fix java5 compatibility

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

Modified: tika/trunk/tika-server/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1309340&r1=1309339&r2=1309340&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Wed Apr  4 11:43:36 2012
@@ -117,7 +117,7 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
-        <version>2.3.5</version>
+        <version>2.3.6</version>
         <configuration>
           <instructions>
             <Export-Package>org.apache.tika.*</Export-Package>


Reply via email to