From 0490bff34427a8c0ab286b3fb31fc71ef0cbbc16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Nov 2019 15:40:41 +0000 Subject: [PATCH] Update CI to use the new 2.2.x maintenance branch --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 2860a65c606..d31cb26f77d 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-boot.git" github-repo-name: "spring-projects/spring-boot" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "master" +branch: "2.2.x" build-name: "spring-boot" pipeline-name: "spring-boot" concourse-url: "https://ci.spring.io"