You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/10/26 04:10:42 UTC

[accumulo] branch master updated: Fix path to parent POM

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ddfb94  Fix path to parent POM
2ddfb94 is described below

commit 2ddfb94ea7bad445b5353ce47fdcf2eb3053c8bb
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Oct 26 00:10:29 2018 -0400

    Fix path to parent POM
---
 hadoop-mapreduce/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-mapreduce/pom.xml b/hadoop-mapreduce/pom.xml
index a3a5060..6e64848 100644
--- a/hadoop-mapreduce/pom.xml
+++ b/hadoop-mapreduce/pom.xml
@@ -21,7 +21,6 @@
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
     <version>2.0.0-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-hadoop-mapreduce</artifactId>
   <name>Apache Accumulo Hadoop MapReduce</name>