Prepare 2.3.x branch
This commit is contained in:
parent
a84b7bccf1
commit
d3ef6f2382
@ -158,7 +158,7 @@ class AsciidoctorConventions {
|
||||
|
||||
private String determineGitHubTag(Project project) {
|
||||
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"
|
||||
docker-hub-organization: "springci"
|
||||
artifactory-server: "https://repo.spring.io"
|
||||
branch: "master"
|
||||
branch: "2.3.x"
|
||||
milestone: "2.3.x"
|
||||
build-name: "spring-boot"
|
||||
pipeline-name: "spring-boot"
|
||||
|
@ -12,8 +12,8 @@
|
||||
:docinfo: shared,private
|
||||
|
||||
:spring-boot-artifactory-repo: snapshot
|
||||
:github-tag: master
|
||||
:spring-boot-version: current
|
||||
:github-tag: 2.3.x
|
||||
:spring-boot-version: 2.3.x
|
||||
|
||||
:github-repo: spring-projects/spring-boot
|
||||
:github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}
|
||||
|
Loading…
x
Reference in New Issue
Block a user