From 16a3dd29b3ad2ad721f3ecccc70832c0e3b363e6 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 24 Jun 2022 14:31:23 +0200 Subject: [PATCH] Switch CI pipeline to using the 1.0.x branch See gh-424 --- ci/parameters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 4457a6e7..ba60802f 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.0.x" milestone: "1.0.x" build-name: "spring-graphql" pipeline-name: "spring-graphql" @@ -11,4 +11,4 @@ task-timeout: 45m registry-mirror-host: docker.repo.spring.io registry-mirror-username: ((artifactory-username)) registry-mirror-password: ((artifactory-password)) -sonatype-staging-profile: "org.springframework" \ No newline at end of file +sonatype-staging-profile: "org.springframework"