Commit 08b69258 authored by Stephane Nicoll's avatar Stephane Nicoll

Prepare 2.4.x branch

parent 8bab47da
......@@ -166,7 +166,7 @@ class AsciidoctorConventions {
private String determineGitHubTag(Project project) {
String version = "v" + project.getVersion();
return (version.endsWith("-SNAPSHOT")) ? "master" : version;
return (version.endsWith("-SNAPSHOT")) ? "2.4.x" : version;
}
/**
......
......@@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-boot.git"
github-repo-name: "spring-projects/spring-boot"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "master"
branch: "2.4.x"
milestone: "2.4.x"
build-name: "spring-boot"
concourse-url: "https://ci.spring.io"
......
......@@ -12,8 +12,8 @@
:docinfo: shared,private
:spring-boot-artifactory-repo: snapshot
:github-tag: master
:spring-boot-version: current
:github-tag: 2.4.x
:spring-boot-version: 2.4.x
:github-repo: spring-projects/spring-boot
:github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment