From e3f672e0197c2a59cdf63ac79e0b2915ce53ab31 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 26 Jan 2024 10:09:53 +0100 Subject: [PATCH] Track 1.2.x branch in CI pipeline --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index c35c175a..e5788bce 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.2.x" milestone: "1.2.x" build-name: "spring-graphql" pipeline-name: "spring-graphql"