From ab6460742094c4b1a562e534060d537d33cf8c24 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Apr 2021 07:09:41 +0200 Subject: [PATCH] Update CI to use main as default branch name Closes gh-26863 --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 578a1b8929..a30e8561a2 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-framework.git" github-repo-name: "spring-projects/spring-framework" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "master" +branch: "main" milestone: "5.3.x" build-name: "spring-framework" pipeline-name: "spring-framework"