Skip to content

Commit 354a18c

Browse files
committed
Prepare 2.6.x branch
1 parent 3b12a5e commit 354a18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private void configureCommonAttributes(Project project, AbstractAsciidoctorTask
138138

139139
private String determineGitHubTag(Project project) {
140140
String version = "v" + project.getVersion();
141-
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
141+
return (version.endsWith("-SNAPSHOT")) ? "2.6.x" : version;
142142
}
143143

144144
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {

ci/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github-repo-name: "spring-projects/spring-boot"
66
homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
77
docker-hub-organization: "springci"
88
artifactory-server: "https://repo.spring.io"
9-
branch: "main"
9+
branch: "2.6.x"
1010
milestone: "2.6.x"
1111
build-name: "spring-boot"
1212
concourse-url: "https://ci.spring.io"

0 commit comments

Comments
 (0)