Browse Source

Fix final release flag in CI pipeline

Spring Boot 3.1.x should have its final OSS release before 2024-05-18.

See gh-38474
pull/38706/head
Brian Clozel 2 years ago
parent
commit
11db8c4a46
  1. 2
      ci/parameters.yml

2
ci/parameters.yml

@ -12,4 +12,4 @@ milestone: "3.1.x" @@ -12,4 +12,4 @@ milestone: "3.1.x"
build-name: "spring-boot"
concourse-url: "https://ci.spring.io"
task-timeout: 2h00m
final-release: true
final-release: false

Loading…
Cancel
Save