Commit a3336b3e authored by Andy Wilkinson's avatar Andy Wilkinson

Start work on Spring Boot 2.3

parent fa97766e
...@@ -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
......
...@@ -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
......
...@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment