File tree 2 files changed +2
-2
lines changed
buildSrc/src/main/java/org/springframework/boot/build
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ private void configureForkOptions(AbstractAsciidoctorTask asciidoctorTask) {
134
134
135
135
private String determineGitHubTag (Project project ) {
136
136
String version = "v" + project .getVersion ();
137
- return (version .endsWith ("-SNAPSHOT" )) ? "main " : version ;
137
+ return (version .endsWith ("-SNAPSHOT" )) ? "3.1.x " : version ;
138
138
}
139
139
140
140
private void configureOptions (AbstractAsciidoctorTask asciidoctorTask ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-boot"
3
3
homebrew-tap-repo : " https://github.com/spring-io/homebrew-tap.git"
4
4
docker-hub-organization : " springci"
5
5
artifactory-server : " https://repo.spring.io"
6
- branch : " main "
6
+ branch : " 3.1.x "
7
7
milestone : " 3.1.x"
8
8
build-name : " spring-boot"
9
9
concourse-url : " https://ci.spring.io"
You can’t perform that action at this time.
0 commit comments