From commits-return-66628-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Tue Jan 30 07:37:25 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 7512118061A for ; Tue, 30 Jan 2018 07:37:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 649C3160C53; Tue, 30 Jan 2018 06:37:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D2CB0160C42 for ; Tue, 30 Jan 2018 07:37:24 +0100 (CET) Received: (qmail 22175 invoked by uid 500); 30 Jan 2018 06:37:24 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 22165 invoked by uid 99); 30 Jan 2018 06:37:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2018 06:37:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD626F2192; Tue, 30 Jan 2018 06:37:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Message-Id: <498569b850c24093994a9313b0675c9b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-19892 Checking patch attach and yetus 0.7.0 and move to Yetus 0.7.0 Date: Tue, 30 Jan 2018 06:37:23 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/branch-1 71862094d -> 80f8a8d88 HBASE-19892 Checking patch attach and yetus 0.7.0 and move to Yetus 0.7.0 One-liner that ups our yetus version from 0.6.0 to 0.7.0. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/80f8a8d8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/80f8a8d8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/80f8a8d8 Branch: refs/heads/branch-1 Commit: 80f8a8d8858f13b1d2ebf27c848a627de814461c Parents: 7186209 Author: Michael Stack Authored: Mon Jan 29 22:34:31 2018 -0800 Committer: Michael Stack Committed: Mon Jan 29 22:37:09 2018 -0800 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/80f8a8d8/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index dd98734..b1c7f37 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { TOOLS = "${env.WORKSPACE}/tools" // where we check out to across stages BASEDIR = "${env.WORKSPACE}/component" - YETUS_RELEASE = '0.6.0' + YETUS_RELEASE = '0.7.0' PROJECT = 'hbase' PROJECT_PERSONALITY = 'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh' // This section of the docs tells folks not to use the javadoc tag. older branches have our old version of the check for said tag.