Prepare 2.3.x branch

pull/21673/head
Andy Wilkinson 5 years ago
parent a84b7bccf1
commit d3ef6f2382

@ -158,7 +158,7 @@ class AsciidoctorConventions {
private String determineGitHubTag(Project project) { private String determineGitHubTag(Project project) {
String version = "v" + project.getVersion(); String version = "v" + project.getVersion();
return (version.endsWith("-SNAPSHOT")) ? "master" : version; return (version.endsWith("-SNAPSHOT")) ? "2.3.x" : version;
} }
/** /**

@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-boot.git"
github-repo-name: "spring-projects/spring-boot" github-repo-name: "spring-projects/spring-boot"
docker-hub-organization: "springci" docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io" artifactory-server: "https://repo.spring.io"
branch: "master" branch: "2.3.x"
milestone: "2.3.x" milestone: "2.3.x"
build-name: "spring-boot" build-name: "spring-boot"
pipeline-name: "spring-boot" pipeline-name: "spring-boot"

@ -12,8 +12,8 @@
:docinfo: shared,private :docinfo: shared,private
:spring-boot-artifactory-repo: snapshot :spring-boot-artifactory-repo: snapshot
:github-tag: master :github-tag: 2.3.x
:spring-boot-version: current :spring-boot-version: 2.3.x
:github-repo: spring-projects/spring-boot :github-repo: spring-projects/spring-boot
:github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag} :github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}

Loading…
Cancel
Save