Prepare 2.7.x branch
This commit is contained in:
parent
cb6bd22043
commit
75c117a33f
|
|
@ -138,7 +138,7 @@ class AsciidoctorConventions {
|
||||||
|
|
||||||
private String determineGitHubTag(Project project) {
|
private String determineGitHubTag(Project project) {
|
||||||
String version = "v" + project.getVersion();
|
String version = "v" + project.getVersion();
|
||||||
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
|
return (version.endsWith("-SNAPSHOT")) ? "2.7.x" : version;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
|
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ github-repo-name: "spring-projects/spring-boot"
|
||||||
homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
|
homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
|
||||||
docker-hub-organization: "springci"
|
docker-hub-organization: "springci"
|
||||||
artifactory-server: "https://repo.spring.io"
|
artifactory-server: "https://repo.spring.io"
|
||||||
branch: "main"
|
branch: "2.7.x"
|
||||||
milestone: "2.7.x"
|
milestone: "2.7.x"
|
||||||
build-name: "spring-boot"
|
build-name: "spring-boot"
|
||||||
concourse-url: "https://ci.spring.io"
|
concourse-url: "https://ci.spring.io"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue