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 2017/05/22 18:14:56 UTC

[tika] branch master updated: fix tika-dl's pom's parent definition

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  a29ae4d   fix tika-dl's pom's parent definition
a29ae4d is described below

commit a29ae4d773655231c1d7ecc5d7450bce25c818d0
Author: tballison <ta...@mitre.org>
AuthorDate: Mon May 22 14:14:49 2017 -0400

    fix tika-dl's pom's parent definition
---
 tika-dl/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index 70492e2..8b4d689 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -20,12 +20,13 @@
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>tika</artifactId>
     <groupId>org.apache.tika</groupId>
+    <artifactId>tika-parent</artifactId>
     <version>1.15-SNAPSHOT</version>
+    <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tika-dl</artifactId>
   <packaging>jar</packaging>

-- 
To stop receiving notification emails like this one, please contact
['"commits@tika.apache.org" <co...@tika.apache.org>'].