From a3336b3e29f091bcb294bc10530d6ee374dbb869 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Nov 2019 15:39:06 +0000 Subject: [PATCH] Start work on Spring Boot 2.3 --- ci/README.adoc | 2 +- ci/pipeline.yml | 6 +++--- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 67ab35e5149..b6c207af4fb 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -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 diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 5866e5728ed..52c99241ea2 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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 diff --git a/pom.xml b/pom.xml index 5a9a184d585..ed7b7045ef8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ Spring Boot Build Spring Boot Build - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT ${basedir}