Skip to content

Commit

Permalink
Start work on Spring Boot 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 7, 2019
1 parent fa97766 commit a3336b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:

[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
Expand Down
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ resources:
repository: ((docker-hub-organization))/spring-boot-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: 2.2.x
tag: 2.3.x
- name: spring-boot-jdk11-ci-image
type: docker-image
icon: docker
source:
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: 2.2.x
tag: 2.3.x
- name: spring-boot-jdk13-ci-image
type: docker-image
icon: docker
source:
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: 2.2.x
tag: 2.3.x
- name: artifactory-repo
type: artifactory-resource
icon: package-variant
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Spring Boot Build</name>
<description>Spring Boot Build</description>
<properties>
<revision>2.2.2.BUILD-SNAPSHOT</revision>
<revision>2.3.0.BUILD-SNAPSHOT</revision>
<main.basedir>${basedir}</main.basedir>
</properties>
<!-- Most elements are in profiles so they are stripped out during maven-flatten -->
Expand Down

0 comments on commit a3336b3

Please sign in to comment.