You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vi...@apache.org on 2018/12/20 20:38:26 UTC

[drill] 03/04: DRILL-6916: Fix extraneous "${project.basedir}/src/site/resources/repo/" directory appearance

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

vitalii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 5af61ce48594fbbe6ad8ab9c7c54212a05ba623a
Author: Vitalii Diravka <vi...@gmail.com>
AuthorDate: Thu Dec 20 12:21:18 2018 +0200

    DRILL-6916: Fix extraneous "${project.basedir}/src/site/resources/repo/" directory appearance
    
    - update HBase lib from 2.1.0 to 2.1.1 version (with fix for HBASE-21005)
    
    closes #1579
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d9b29b..e9b9693 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     -->
     <hive.version>2.3.2</hive.version>
     <hadoop.version>2.7.4</hadoop.version>
-    <hbase.version>2.1.0</hbase.version>
+    <hbase.version>2.1.1</hbase.version>
     <fmpp.version>1.0</fmpp.version>
     <freemarker.version>2.3.26-incubating</freemarker.version>
     <javassist.version>3.24.0-GA</javassist.version>