Preparing for next release

This commit is contained in:
Alberto C. Ríos
2022-01-14 13:22:42 +01:00
parent 2ee9b49ecf
commit 7303c938c9
4 changed files with 20 additions and 2 deletions

View File

@@ -8,6 +8,15 @@ updates:
milestone: 14
labels:
- dependencies
- package-ecosystem: gradle
directory: "/"
target-branch: "1.4.x"
schedule:
interval: weekly
milestone: 14
labels:
- dependencies
ignore:
- dependency-name: "org.springframework.boot"
versions: [ "2.6.x", "2.7.x" ]

View File

@@ -19,6 +19,15 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
=== Compatibility
==== 1.5.x
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
* https://projects.spring.io/spring-boot/[Spring Boot] 2.6.x
* https://github.com/cloudfoundry/cf-java-client/[Cloud Foundry Java Client] 5.x
* https://github.com/reactor/[Reactor] 3.4.x
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.5.x
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.15/[Open Service Broker API] 2.16
==== 1.4.x
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x

View File

@@ -1,4 +1,4 @@
version=1.4.0-SNAPSHOT
version=1.5.0-SNAPSHOT
group=org.springframework.cloud
onlyShowStandardStreamsOnTestFailure = false

View File

@@ -3,7 +3,7 @@
set -euo pipefail
readonly FLY_TARGET="app-broker"
readonly VERSION=1.4.x
readonly VERSION=1.5.x
readonly BRANCH=main
set_pipeline() {