Skip to content

Commit 08b6925

Browse files
committed
Prepare 2.4.x branch
1 parent 8bab47d commit 08b6925

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -166,7 +166,7 @@ private void configureCommonAttributes(Project project, AbstractAsciidoctorTask
166166

167167
private String determineGitHubTag(Project project) {
168168
String version = "v" + project.getVersion();
169-
return (version.endsWith("-SNAPSHOT")) ? "master" : version;
169+
return (version.endsWith("-SNAPSHOT")) ? "2.4.x" : version;
170170
}
171171

172172
/**

ci/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-boot.git"
55
github-repo-name: "spring-projects/spring-boot"
66
docker-hub-organization: "springci"
77
artifactory-server: "https://repo.spring.io"
8-
branch: "master"
8+
branch: "2.4.x"
99
milestone: "2.4.x"
1010
build-name: "spring-boot"
1111
concourse-url: "https://ci.spring.io"

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
:docinfo: shared,private
1313

1414
:spring-boot-artifactory-repo: snapshot
15-
:github-tag: master
16-
:spring-boot-version: current
15+
:github-tag: 2.4.x
16+
:spring-boot-version: 2.4.x
1717

1818
:github-repo: spring-projects/spring-boot
1919
:github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}

0 commit comments

Comments
 (0)