From 4230c41d97615d64739d523074a96650055fb3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 15 Feb 2024 12:59:07 +0100 Subject: [PATCH] Initiate 6.1.x branch --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 842926e0eb0..ffba9e628f9 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-framework" sonatype-staging-profile: "org.springframework" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "main" +branch: "6.1.x" milestone: "6.1.x" build-name: "spring-framework" pipeline-name: "spring-framework"