You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/11/07 22:57:23 UTC

[11/15] hbase git commit: HBASE-19183 Removed redundant groupId from hbase-checkstyle and hbase-error-prone

HBASE-19183 Removed redundant groupId from hbase-checkstyle and hbase-error-prone


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

Branch: refs/heads/HBASE-19189
Commit: d4e3f902e6ba5b747295ca6053f34badd4018175
Parents: 0356674
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Sat Nov 4 23:01:40 2017 +0100
Committer: Jan Hentschel <ja...@ultratendency.com>
Committed: Tue Nov 7 08:20:51 2017 +0100

----------------------------------------------------------------------
 hbase-build-support/hbase-error-prone/pom.xml | 1 -
 hbase-checkstyle/pom.xml                      | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d4e3f902/hbase-build-support/hbase-error-prone/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-build-support/hbase-error-prone/pom.xml b/hbase-build-support/hbase-error-prone/pom.xml
index 907d82d..067e154 100644
--- a/hbase-build-support/hbase-error-prone/pom.xml
+++ b/hbase-build-support/hbase-error-prone/pom.xml
@@ -26,7 +26,6 @@
     <version>3.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
-  <groupId>org.apache.hbase</groupId>
   <artifactId>hbase-error-prone</artifactId>
   <version>3.0.0-SNAPSHOT</version>
   <name>Apache HBase - Error Prone Rules</name>

http://git-wip-us.apache.org/repos/asf/hbase/blob/d4e3f902/hbase-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index ed84b20..2b30c12 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -22,7 +22,6 @@
 */
 -->
 <modelVersion>4.0.0</modelVersion>
-<groupId>org.apache.hbase</groupId>
 <artifactId>hbase-checkstyle</artifactId>
 <version>3.0.0-SNAPSHOT</version>
 <name>Apache HBase - Checkstyle</name>