File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ private void configureForkOptions(AbstractAsciidoctorTask asciidoctorTask) {
128
128
129
129
private String determineGitHubTag (Project project ) {
130
130
String version = "v" + project .getVersion ();
131
- return (version .endsWith ("-SNAPSHOT" )) ? "main " : version ;
131
+ return (version .endsWith ("-SNAPSHOT" )) ? "3.0.x " : version ;
132
132
}
133
133
134
134
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.0.x "
7
7
milestone : " 3.0.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