Create 3.0.x branch

This commit is contained in:
Andy Wilkinson
2023-01-23 11:15:55 +00:00
parent ff630c4647
commit 8e7822d214
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ class AsciidoctorConventions {
private String determineGitHubTag(Project project) {
String version = "v" + project.getVersion();
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
return (version.endsWith("-SNAPSHOT")) ? "3.0.x" : version;
}
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {

View File

@@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-boot"
homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "main"
branch: "3.0.x"
milestone: "3.0.x"
build-name: "spring-boot"
concourse-url: "https://ci.spring.io"