Skip to content

Commit 409eb05

Browse files
committed
Prepare 3.1.x branch
1 parent a38d5d0 commit 409eb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private void configureForkOptions(AbstractAsciidoctorTask asciidoctorTask) {
134134

135135
private String determineGitHubTag(Project project) {
136136
String version = "v" + project.getVersion();
137-
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
137+
return (version.endsWith("-SNAPSHOT")) ? "3.1.x" : version;
138138
}
139139

140140
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {

Diff for: ci/parameters.yml

+1-1
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.1.x"
77
milestone: "3.1.x"
88
build-name: "spring-boot"
99
concourse-url: "https://ci.spring.io"

0 commit comments

Comments
 (0)