From 0a88abdd622c945d51e09a272eafc64160546963 Mon Sep 17 00:00:00 2001 From: Kaveh Shamsi Date: Thu, 7 Dec 2023 10:49:06 +0100 Subject: [PATCH] Prepare 4.1.0 release (#388) * Prepares 4.1.x releases * Bumps spring-boot and spring-cloud versions --- README.adoc | 3 ++- gradle.properties | 8 ++++---- scripts/set-pipelines.sh | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 92c27655..9ff78723 100644 --- a/README.adoc +++ b/README.adoc @@ -144,7 +144,8 @@ repositories { |=== | SCS Starters | Spring Cloud | Spring Boot -| 4.0.x | 2022.0.x | 3.0.x +| 4.1.x | 2023.0.x | 3.2.x +| 4.0.x | 2022.0.x | 3.0.x & 3.1.x | 3.5.x | 2021.0.x | 2.7.x | 3.4.x | 2021.0.x | 2.6.x | 3.3.x | 2020.0.x | 2.5.x diff --git a/gradle.properties b/gradle.properties index c5c90705..641268fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -version=4.0.5-SNAPSHOT +version=4.1.0-SNAPSHOT parallel=true -springCloudVersion=2022.0.4 -springBootVersion=3.1.4 -javaCfenvVersion=3.1.1 +springCloudVersion=2023.0.0 +springBootVersion=3.2.0 +javaCfenvVersion=3.1.3 nohttpVersion=0.0.11 diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index ccb559b0..2f34c86d 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -4,12 +4,12 @@ set -euo pipefail readonly FLY_TARGET=scs -main() { +function main() { fly -t "$FLY_TARGET" sync - pushd "$(dirname $0)/../ci" > /dev/null + pushd "$(dirname "$0")/../ci" > /dev/null echo "Setting starters pipeline..." - fly --target "$FLY_TARGET" set-pipeline --pipeline starters-4.0.x \ + fly --target "$FLY_TARGET" set-pipeline --pipeline starters-4.1.x \ --config pipeline.yml \ --load-vars-from config-concourse.yml \ --var branch="main"