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
a3336b3e
Commit
a3336b3e
authored
Nov 07, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start work on Spring Boot 2.3
parent
fa97766e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
README.adoc
ci/README.adoc
+1
-1
pipeline.yml
ci/pipeline.yml
+3
-3
pom.xml
pom.xml
+1
-1
No files found.
ci/README.adoc
View file @
a3336b3e
...
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
...
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
[source]
----
----
$ fly -t spring-boot set-pipeline -p spring-boot-2.
2
.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring-boot set-pipeline -p spring-boot-2.
3
.x -c ci/pipeline.yml -l ci/parameters.yml
----
----
NOTE: This assumes that you have credhub integration configured with the appropriate
NOTE: This assumes that you have credhub integration configured with the appropriate
...
...
ci/pipeline.yml
View file @
a3336b3e
...
@@ -77,7 +77,7 @@ resources:
...
@@ -77,7 +77,7 @@ resources:
repository
:
((docker-hub-organization))/spring-boot-ci-image
repository
:
((docker-hub-organization))/spring-boot-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
password
:
((docker-hub-password))
password
:
((docker-hub-password))
tag
:
2.
2
.x
tag
:
2.
3
.x
-
name
:
spring-boot-jdk11-ci-image
-
name
:
spring-boot-jdk11-ci-image
type
:
docker-image
type
:
docker-image
icon
:
docker
icon
:
docker
...
@@ -85,7 +85,7 @@ resources:
...
@@ -85,7 +85,7 @@ resources:
repository
:
((docker-hub-organization))/spring-boot-jdk11-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk11-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
password
:
((docker-hub-password))
password
:
((docker-hub-password))
tag
:
2.
2
.x
tag
:
2.
3
.x
-
name
:
spring-boot-jdk13-ci-image
-
name
:
spring-boot-jdk13-ci-image
type
:
docker-image
type
:
docker-image
icon
:
docker
icon
:
docker
...
@@ -93,7 +93,7 @@ resources:
...
@@ -93,7 +93,7 @@ resources:
repository
:
((docker-hub-organization))/spring-boot-jdk13-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk13-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
password
:
((docker-hub-password))
password
:
((docker-hub-password))
tag
:
2.
2
.x
tag
:
2.
3
.x
-
name
:
artifactory-repo
-
name
:
artifactory-repo
type
:
artifactory-resource
type
:
artifactory-resource
icon
:
package-variant
icon
:
package-variant
...
...
pom.xml
View file @
a3336b3e
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<name>
Spring Boot Build
</name>
<name>
Spring Boot Build
</name>
<description>
Spring Boot Build
</description>
<description>
Spring Boot Build
</description>
<properties>
<properties>
<revision>
2.
2.2
.BUILD-SNAPSHOT
</revision>
<revision>
2.
3.0
.BUILD-SNAPSHOT
</revision>
<main.basedir>
${basedir}
</main.basedir>
<main.basedir>
${basedir}
</main.basedir>
</properties>
</properties>
<!-- Most elements are in profiles so they are stripped out during maven-flatten -->
<!-- Most elements are in profiles so they are stripped out during maven-flatten -->
...
...
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