Repository: hbase Updated Branches: refs/heads/master 9b8d7e0ae -> 67f91f128
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/67f91f12 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/67f91f12 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/67f91f12 Branch: refs/heads/master Commit: 67f91f1282369d805df14cec5c99f36c42b192ba Parents: 9b8d7e0 Author: Michael Stack <st...@apache.org> Authored: Mon Jan 29 22:34:31 2018 -0800 Committer: Michael Stack <st...@apache.org> Committed: Mon Jan 29 22:34:40 2018 -0800 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/67f91f12/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index c7adfa5..201783b 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.