You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2016/11/08 20:04:33 UTC

hbase git commit: HBASE-17050 Upgrade Apache CLI version from 1.2 to 1.3.1

Repository: hbase
Updated Branches:
  refs/heads/master f9c23f5e9 -> 5e361b87f


HBASE-17050 Upgrade Apache CLI version from 1.2 to 1.3.1

Change-Id: I137f3fcfa8954c8d9993d4551ca25ac246269b10


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

Branch: refs/heads/master
Commit: 5e361b87f298916904be0e4a2bcd86b14dc1c571
Parents: f9c23f5
Author: Apekshit Sharma <ap...@apache.org>
Authored: Tue Nov 8 10:45:33 2016 -0800
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Tue Nov 8 12:04:23 2016 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5e361b87/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c829ca..8914925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1196,7 +1196,7 @@
     <compat.module>hbase-hadoop2-compat</compat.module>
     <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
     <!-- end HBASE-15925 default hadoop compatibility values -->
-    <commons-cli.version>1.2</commons-cli.version>
+    <commons-cli.version>1.3.1</commons-cli.version>
     <commons-codec.version>1.9</commons-codec.version>
     <!-- pretty outdated -->
     <commons-io.version>2.4</commons-io.version>