From b088e554db7e066d9bd10951093861ae808ef245 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:09:33 +0100 Subject: [PATCH] Switch CI to 0.13.x --- ci/README.adoc | 2 +- ci/parameters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 6865d460..d02c045c 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 initializr set-pipeline -p initializr-0.12.x -c ci/pipeline.yml -l ci/parameters.yml +$ fly -t initializr set-pipeline -p initializr-0.13.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/parameters.yml b/ci/parameters.yml index 99224e98..424d49bd 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -3,7 +3,7 @@ github-repo-name: "spring-io/initializr" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" branch: "main" -milestone: "0.12.x" +milestone: "0.13.x" build-name: "initializr" concourse-url: "https://ci.spring.io" task-timeout: 30m