From 5d1abfbc2d8d7e62681e063a5a8f6d6eb15ff91b Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 13 Apr 2023 12:46:06 +0200 Subject: [PATCH] Update CI pipeline to 6.0.x branch --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 92880e75b11..46e3e9b070b 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.0.x" milestone: "6.0.x" build-name: "spring-framework" pipeline-name: "spring-framework"