Repository: hbase
Updated Branches:
  refs/heads/master 1b8509cca -> ae3b51a7a


HBASE-17442 (Addendum) Fix build errors due to wrong relativePath for parent 
pom.

Change-Id: I0796dcb08cee64089289b6e315b99ad623edbbeb


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

Branch: refs/heads/master
Commit: ae3b51a7a73a5fbe216451f087a3fefa596a7d54
Parents: 1b8509c
Author: Apekshit Sharma <a...@apache.org>
Authored: Wed Aug 23 16:12:02 2017 -0700
Committer: Apekshit Sharma <a...@apache.org>
Committed: Wed Aug 23 16:14:23 2017 -0700

----------------------------------------------------------------------
 hbase-replication/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ae3b51a7/hbase-replication/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml
index 858e9fc..87664f8 100644
--- a/hbase-replication/pom.xml
+++ b/hbase-replication/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
     <version>3.0.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
+    <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-replication</artifactId>
   <name>Apache HBase - Replication</name>

Reply via email to