You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2014/10/21 20:50:32 UTC

git commit: HBASE-12294 Addendum

Repository: hbase
Updated Branches:
  refs/heads/master f61df3398 -> 5d1e9a32a


HBASE-12294 Addendum


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

Branch: refs/heads/master
Commit: 5d1e9a32a4ca4bbac239cf65e3ed6294e83a3d95
Parents: f61df33
Author: Elliott Clark <ec...@apache.org>
Authored: Tue Oct 21 10:37:06 2014 -0700
Committer: Elliott Clark <ec...@apache.org>
Committed: Tue Oct 21 11:49:38 2014 -0700

----------------------------------------------------------------------
 hbase-checkstyle/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5d1e9a32/hbase-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 93a50ae..a77d89e 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -28,6 +28,13 @@
 <name>HBase - Checkstyle</name>
 <description>Module to hold Checkstyle properties for HBase.</description>
 
+  <parent>
+    <artifactId>hbase</artifactId>
+    <groupId>org.apache.hbase</groupId>
+    <version>2.0.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
 <build>
   <plugins>