Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 ed9c8b1cf -> cfa4cbe76


HBASE-18942 hbase-hadoop2-compat module ignores hadoop-3 profile

Signed-off-by: Andrew Purtell <apurt...@apache.org>


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

Branch: refs/heads/branch-1.4
Commit: 9c8c0e08a66ced7dffb232facc51079e1de8a722
Parents: ed9c8b1
Author: Apekshit Sharma <a...@apache.org>
Authored: Mon Dec 4 14:57:16 2017 -0800
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Mon Dec 4 15:46:45 2017 -0800

----------------------------------------------------------------------
 hbase-hadoop2-compat/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9c8c0e08/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 9fc6f6a..09904be 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -182,12 +182,12 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
-      <version>${hadoop-two.version}</version>
+      <version>${hadoop.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>${hadoop-two.version}</version>
+      <version>${hadoop.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>

Reply via email to