You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/10/06 08:37:34 UTC

[hbase-operator-tools] branch master updated: HBASE-23031 Upgrade Yetus version in RM scripts

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cb31c6  HBASE-23031 Upgrade Yetus version in RM scripts
6cb31c6 is described below

commit 6cb31c600f4332a23e30d224cd9738277da3f782
Author: Frederick Ayala <61...@users.noreply.github.com>
AuthorDate: Sun Oct 6 11:29:46 2019 +0300

    HBASE-23031 Upgrade Yetus version in RM scripts
---
 dev-support/create-release/release-util.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/create-release/release-util.sh b/dev-support/create-release/release-util.sh
index 7f859b6..6a24dc6 100755
--- a/dev-support/create-release/release-util.sh
+++ b/dev-support/create-release/release-util.sh
@@ -18,7 +18,7 @@
 #
 DRY_RUN=${DRY_RUN:-0}
 GPG="gpg --pinentry-mode loopback --no-tty --batch"
-YETUS_VERSION=0.9.0
+YETUS_VERSION=0.11.0
 
 function error {
   echo "$*"