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/08 05:51:29 UTC

[hbase] branch branch-1.4 updated: 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 branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new d65f288  HBASE-23236 Upgrade to yetus 0.11.1
d65f288 is described below

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

    HBASE-23236 Upgrade to yetus 0.11.1
    
    Signed-off-by: stack <st...@apache.org>
---
 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 ea7d1c6..3be5467 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 9f8def5..95f3d28 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 {