You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/04/29 10:23:33 UTC

[hbase] branch branch-2.3 updated: HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)

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

zhangduo pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 8adaa56  HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)
8adaa56 is described below

commit 8adaa56caaac1ffa4599f61651d8db2ad03fbf6f
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Apr 29 18:02:07 2020 +0800

    HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)
    
    Signed-off-by: Lijin Bin <bi...@apache.org>
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 hbase-client/pom.xml   | 3 ---
 hbase-common/pom.xml   | 3 ---
 hbase-examples/pom.xml | 3 ---
 hbase-shell/pom.xml    | 3 ---
 4 files changed, 12 deletions(-)

diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index cfef6da..5d02035 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -271,9 +271,6 @@
           <value>3.0</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>3.0-SNAPSHOT</hadoop.version>
-      </properties>
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 3ef66e7..f3f382e 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -317,9 +317,6 @@
           <value>3.0</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>3.0-SNAPSHOT</hadoop.version>
-      </properties>
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index fe2295e..f73d16d 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -272,9 +272,6 @@
           <value>3.0</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>3.0-SNAPSHOT</hadoop.version>
-      </properties>
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 42cf2eb..8ccd6a9 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -356,9 +356,6 @@
           <value>3.0</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>3.0-SNAPSHOT</hadoop.version>
-      </properties>
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>