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 <[email protected]> Authored: Fri Mar 4 07:11:09 2016 -0600 Committer: Bob Paulin <[email protected]> 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>
