Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
d3ef6f23
Commit
d3ef6f23
authored
May 28, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 2.3.x branch
parent
a84b7bcc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AsciidoctorConventions.java
...rg/springframework/boot/build/AsciidoctorConventions.java
+1
-1
parameters.yml
ci/parameters.yml
+1
-1
attributes.adoc
...roject/spring-boot-docs/src/docs/asciidoc/attributes.adoc
+2
-2
No files found.
buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java
View file @
d3ef6f23
...
...
@@ -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
;
}
/**
...
...
ci/parameters.yml
View file @
d3ef6f23
...
...
@@ -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"
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc
View file @
d3ef6f23
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment