Skip to content

Commit

Permalink
Prepare 4.1.0 release (#388)
Browse files Browse the repository at this point in the history
* Prepares 4.1.x releases

* Bumps spring-boot and spring-cloud versions
  • Loading branch information
kvmw authored Dec 7, 2023
1 parent e64c029 commit 0a88abd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions scripts/set-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a88abd

Please sign in to comment.