Browse Source

Start work on Spring Boot 2.3

pull/18962/head
Andy Wilkinson 6 years ago
parent
commit
a3336b3e29
  1. 2
      ci/README.adoc
  2. 6
      ci/pipeline.yml
  3. 2
      pom.xml

2
ci/README.adoc

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

6
ci/pipeline.yml

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

2
pom.xml

@ -10,7 +10,7 @@ @@ -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 -->

Loading…
Cancel
Save