From 1a828af178797b66eaa7da71b956909902443389 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jun 2021 10:11:57 +0200 Subject: [PATCH] Update CI parameters for 2.5.x branch --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 827292f8772..6e242443402 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -6,7 +6,7 @@ github-repo-name: "spring-projects/spring-boot" homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "main" +branch: "2.5.x" milestone: "2.5.x" build-name: "spring-boot" concourse-url: "https://ci.spring.io"