From e7ff369ded690a60fd79eb1b1074ff8b4975a5bc Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 28 Apr 2021 10:39:30 +0200 Subject: [PATCH] Rename master branch to main --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 02ea14da..5a008a6b 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-projects-experimental/spring-graphql.git github-repo-name: "spring-projects-experimental/spring-graphql" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "master" +branch: "main" build-name: "spring-graphql" pipeline-name: "spring-graphql" concourse-url: "https://ci.spring.io"