You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/11/06 01:42:03 UTC

[hbase] 01/01: HBASE-23236 Upgrade to yetus 0.11.1

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

zhangduo pushed a commit to branch HBASE-23236
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 171c8383462eb4d9d4f7f70d54fde01da914110e
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Nov 6 09:40:13 2019 +0800

    HBASE-23236 Upgrade to yetus 0.11.1
---
 dev-support/Jenkinsfile        | 2 +-
 dev-support/Jenkinsfile_GitHub | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index ffc6167..2eb0947 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
     disableConcurrentBuilds()
   }
   environment {
-    YETUS_RELEASE = '0.11.0'
+    YETUS_RELEASE = '0.11.1'
     // where we'll write everything from different steps. Need a copy here so the final step can check for success/failure.
     OUTPUT_DIR_RELATIVE_GENERAL = 'output-general'
     OUTPUT_DIR_RELATIVE_JDK7 = 'output-jdk7'
diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index c9f5f17..d8f4909 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -37,7 +37,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.11.0'
+        YETUS_VERSION='rel/0.11.1'
     }
 
     parameters {