Prepare 3.2.x branch
This commit is contained in:
@@ -134,7 +134,7 @@ class AsciidoctorConventions {
|
||||
|
||||
private String determineGitHubTag(Project project) {
|
||||
String version = "v" + project.getVersion();
|
||||
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
|
||||
return (version.endsWith("-SNAPSHOT")) ? "3.2.x" : version;
|
||||
}
|
||||
|
||||
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
|
||||
|
||||
@@ -7,7 +7,7 @@ docker-hub-repository-prefix: "spring-boot"
|
||||
artifactory-snapshot-repository: "libs-snapshot-local"
|
||||
artifactory-staging-repository: "libs-staging-local"
|
||||
artifactory-url: "https://repo.spring.io"
|
||||
branch: "main"
|
||||
branch: "3.2.x"
|
||||
milestone: "3.2.x"
|
||||
build-name: "spring-boot"
|
||||
concourse-url: "https://ci.spring.io"
|
||||
|
||||
Reference in New Issue
Block a user