You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/07/07 15:13:52 UTC

[tika] branch main updated: TIKA-3461 -- fix path to parent pom.xml

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b5f5a3  TIKA-3461 -- fix path to parent pom.xml
5b5f5a3 is described below

commit 5b5f5a3ebd36824548458b6348440fce6fdf021a
Author: tallison <ta...@apache.org>
AuthorDate: Wed Jul 7 11:13:38 2021 -0400

    TIKA-3461 -- fix path to parent pom.xml
---
 tika-integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-integration-tests/pom.xml b/tika-integration-tests/pom.xml
index d442c3a..fd253d8 100644
--- a/tika-integration-tests/pom.xml
+++ b/tika-integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
     <version>2.0.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>