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:53 UTC

[hbase] branch branch-2.2 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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 52b1247d64f640a10fd2497a57ea814e60f0a298
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 ccdd542..16b74b6 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -286,9 +286,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 75e3553..107bee2 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -349,9 +349,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 4ec9e0c..5e78cb3 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -277,9 +277,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 b464d01..58f72bd 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -386,9 +386,6 @@
           <value>3.0</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>3.0-SNAPSHOT</hadoop.version>
-      </properties>
       <dependencies>
         <dependency>
           <groupId>org.apache.hadoop</groupId>