File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1717NOTE: This assumes that you have credhub integration configured with the appropriate
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments