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 2011/09/18 12:30:05 UTC

svn commit: r1172241 - in /tika/trunk: tika-core/pom.xml tika-parent/pom.xml

Author: jukka
Date: Sun Sep 18 10:30:04 2011
New Revision: 1172241

URL: http://svn.apache.org/viewvc?rev=1172241&view=rev
Log:
TIKA-565: Improved OSGi bundling

Use bundle plugin version 2.3.4 instead of 2.3.5 to avoid the Java 6 dependency

Modified:
    tika/trunk/tika-core/pom.xml
    tika/trunk/tika-parent/pom.xml

Modified: tika/trunk/tika-core/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-core/pom.xml?rev=1172241&r1=1172240&r2=1172241&view=diff
==============================================================================
--- tika/trunk/tika-core/pom.xml (original)
+++ tika/trunk/tika-core/pom.xml Sun Sep 18 10:30:04 2011
@@ -62,7 +62,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.5</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: tika/trunk/tika-parent/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1172241&r1=1172240&r2=1172241&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Sun Sep 18 10:30:04 2011
@@ -243,7 +243,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.1.0</version>
+          <version>2.3.4</version>
         </plugin>
       </plugins>
     </pluginManagement>