Skip to content

Commit a3336b3

Browse files
committed
Start work on Spring Boot 2.3
1 parent fa97766 commit a3336b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
1111

1212
[source]
1313
----
14-
$ fly -t spring-boot set-pipeline -p spring-boot-2.2.x -c ci/pipeline.yml -l ci/parameters.yml
14+
$ fly -t spring-boot set-pipeline -p spring-boot-2.3.x -c ci/pipeline.yml -l ci/parameters.yml
1515
----
1616

1717
NOTE: This assumes that you have credhub integration configured with the appropriate

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ resources:
7777
repository: ((docker-hub-organization))/spring-boot-ci-image
7878
username: ((docker-hub-username))
7979
password: ((docker-hub-password))
80-
tag: 2.2.x
80+
tag: 2.3.x
8181
- name: spring-boot-jdk11-ci-image
8282
type: docker-image
8383
icon: docker
8484
source:
8585
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
8686
username: ((docker-hub-username))
8787
password: ((docker-hub-password))
88-
tag: 2.2.x
88+
tag: 2.3.x
8989
- name: spring-boot-jdk13-ci-image
9090
type: docker-image
9191
icon: docker
9292
source:
9393
repository: ((docker-hub-organization))/spring-boot-jdk13-ci-image
9494
username: ((docker-hub-username))
9595
password: ((docker-hub-password))
96-
tag: 2.2.x
96+
tag: 2.3.x
9797
- name: artifactory-repo
9898
type: artifactory-resource
9999
icon: package-variant

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Spring Boot Build</name>
1111
<description>Spring Boot Build</description>
1212
<properties>
13-
<revision>2.2.2.BUILD-SNAPSHOT</revision>
13+
<revision>2.3.0.BUILD-SNAPSHOT</revision>
1414
<main.basedir>${basedir}</main.basedir>
1515
</properties>
1616
<!-- Most elements are in profiles so they are stripped out during maven-flatten -->

0 commit comments

Comments
 (0)