Prepare 2.4.x branch
This commit is contained in:
parent
8bab47dacb
commit
08b692581a
|
@ -166,7 +166,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.4.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.4.x"
|
||||||
milestone: "2.4.x"
|
milestone: "2.4.x"
|
||||||
build-name: "spring-boot"
|
build-name: "spring-boot"
|
||||||
concourse-url: "https://ci.spring.io"
|
concourse-url: "https://ci.spring.io"
|
||||||
|
|
|
@ -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.4.x
|
||||||
:spring-boot-version: current
|
:spring-boot-version: 2.4.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…
Reference in New Issue