From a006b18bd4835de0c7d9e5cb3cd07fe7bf675e8a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Nov 2021 11:17:12 +0000 Subject: [PATCH] Create 2.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 7632ead3..26303b32 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-projects/spring-restdocs.git" github-repo-name: "spring-projects/spring-restdocs" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" -branch: "main" +branch: "2.0.x" milestone: "2.0.x" build-name: "spring-restdocs" concourse-url: "https://ci.spring.io"