From a4f04293e0bf82269adad37c75c7eeb33f016693 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 1 Feb 2023 14:45:51 +0100 Subject: [PATCH] Update CI to use the new 1.1.x branch This commit updates the Concourse CI pipeline to use the new 1.1.x branch for this generation, as the main branch is now dedicated to 1.2.x features. --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 028623f9..51ddd488 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-projects/spring-graphql.git" github-repo-name: "spring-projects/spring-graphql" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "main" +branch: "1.1.x" milestone: "1.1.x" build-name: "spring-graphql" pipeline-name: "spring-graphql"