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:27:52 UTC

[hbase] branch branch-2.3 updated (8adaa56 -> 4138813)

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

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


    from 8adaa56  HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)
     new 6877177  Revert "HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)"
     new 4138813  HBASE-24281 Remove some stale hadoop.version properties in the pom for sub modules (#1602)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[hbase] 02/02: HBASE-24281 Remove some stale hadoop.version properties in the pom for sub modules (#1602)

Posted by zh...@apache.org.
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

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

    HBASE-24281 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>


[hbase] 01/02: Revert "HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)"

Posted by zh...@apache.org.
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

commit 68771777ecefe5db549dc271af00ed49853d84ed
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Apr 29 18:25:54 2020 +0800

    Revert "HBASE-24181 Remove some stale hadoop.version properties in the pom for sub modules (#1602)"
    
    This reverts commit 8adaa56caaac1ffa4599f61651d8db2ad03fbf6f.
---
 hbase-client/pom.xml   | 3 +++
 hbase-common/pom.xml   | 3 +++
 hbase-examples/pom.xml | 3 +++
 hbase-shell/pom.xml    | 3 +++
 4 files changed, 12 insertions(+)

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