aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin W Monroe <kevin.monroe@canonical.com>2017-04-17 22:41:08 +0000
committerOlaf Flebbe <of@oflebbe.de>2017-04-22 14:24:58 +0200
commit905bfe464864c8d77393b6dcf6788f3866e887fa (patch)
treecf4ece178a7bde4bfb94e3427ea8ba3e4e3f0cc6 /README.md
parent2b7f74bc43bba4f86cb865cea2b8b07182dc12ec (diff)
BIGTOP-2740: bump hbase to 1.1.9
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca5671e7..40da1c7c 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,7 @@ Example for HBase:
```
name = 'hbase'
- version { base = '1.1.3'; pkg = base; release = 1 }
+ version { base = '1.1.9'; pkg = base; release = 1 }
git { repo = "https://github.com/apache/hbase.git"
ref = "${version.base}"
dir = "${name}-${version.base}" }