Skip to content

Commit 8e7822d

Browse files
committed
Create 3.0.x branch
1 parent ff630c4 commit 8e7822d

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
@@ -128,7 +128,7 @@ private void configureForkOptions(AbstractAsciidoctorTask asciidoctorTask) {
128128

129129
private String determineGitHubTag(Project project) {
130130
String version = "v" + project.getVersion();
131-
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
131+
return (version.endsWith("-SNAPSHOT")) ? "3.0.x" : version;
132132
}
133133

134134
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {

ci/parameters.yml

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

0 commit comments

Comments
 (0)