Start work on Spring Boot 2.3

This commit is contained in:
Andy Wilkinson 2019-11-07 15:39:06 +00:00
parent fa97766ef2
commit a3336b3e29
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -77,7 +77,7 @@ 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
@ -85,7 +85,7 @@ resources:
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
@ -93,7 +93,7 @@ resources:
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

View File

@ -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 -->