Author: jukka
Date: Thu Aug 6 09:44:02 2009
New Revision: 801576
URL: http://svn.apache.org/viewvc?rev=801576&view=rev
Log:
TIKA-266: Empty tika-core jar
Specify explicit version for the bundle plugin.
Modified:
lucene/tika/trunk/tika-app/pom.xml
lucene/tika/trunk/tika-core/pom.xml
lucene/tika/trunk/tika-parsers/pom.xml
Modified: lucene/tika/trunk/tika-app/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-app/pom.xml?rev=801576&r1=801575&r2=801576&view=diff
==============================================================================
--- lucene/tika/trunk/tika-app/pom.xml (original)
+++ lucene/tika/trunk/tika-app/pom.xml Thu Aug 6 09:44:02 2009
@@ -51,6 +51,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Modified: lucene/tika/trunk/tika-core/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/pom.xml?rev=801576&r1=801575&r2=801576&view=diff
==============================================================================
--- lucene/tika/trunk/tika-core/pom.xml (original)
+++ lucene/tika/trunk/tika-core/pom.xml Thu Aug 6 09:44:02 2009
@@ -50,6 +50,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Modified: lucene/tika/trunk/tika-parsers/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parsers/pom.xml?rev=801576&r1=801575&r2=801576&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parsers/pom.xml (original)
+++ lucene/tika/trunk/tika-parsers/pom.xml Thu Aug 6 09:44:02 2009
@@ -118,6 +118,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>