You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2016/03/04 14:11:21 UTC

tika git commit: Added Relative Path to tika-parser-bundle parent pom. Jenkins fails without it.

Repository: tika
Updated Branches:
  refs/heads/2.x c342d3407 -> 74ee640ef


Added Relative Path to tika-parser-bundle parent pom.  Jenkins fails
without it.

Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/74ee640e
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/74ee640e
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/74ee640e

Branch: refs/heads/2.x
Commit: 74ee640efe6d55b54f753bb4a7c65a6ac7797984
Parents: c342d34
Author: Bob Paulin <bo...@apache.org>
Authored: Fri Mar 4 07:11:09 2016 -0600
Committer: Bob Paulin <bo...@apache.org>
Committed: Fri Mar 4 07:11:09 2016 -0600

----------------------------------------------------------------------
 tika-parser-bundles/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/74ee640e/tika-parser-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parser-bundles/pom.xml b/tika-parser-bundles/pom.xml
index 1b60f9f..4da0c98 100644
--- a/tika-parser-bundles/pom.xml
+++ b/tika-parser-bundles/pom.xml
@@ -26,6 +26,7 @@
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
     <version>2.0-SNAPSHOT</version>
+    <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>tika-parser-bundles</artifactId>