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 09:24:41 UTC

[hbase] branch master updated: HBASE-23031 Upgrade Yetus version in RM scripts (#692)

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.git


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

commit 95c9911a9c90569d2459968ba4209190a2f397b2
Author: Frederick Ayala <61...@users.noreply.github.com>
AuthorDate: Sun Oct 6 12:24:35 2019 +0300

    HBASE-23031 Upgrade Yetus version in RM scripts (#692)
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 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 1231822..f1d5898 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 "$*"