Branch for 2.3.x series
This commit is contained in:
24
.github/dependabot.yml
vendored
24
.github/dependabot.yml
vendored
@@ -1,5 +1,29 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gradle
|
||||
directory: "/"
|
||||
target-branch: "2.3.x"
|
||||
schedule:
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: "(2.3.x)"
|
||||
milestone: 31
|
||||
labels:
|
||||
- dependencies
|
||||
ignore:
|
||||
- dependency-name: "org.springframework.boot"
|
||||
update-types:
|
||||
- "version-update:semver-major"
|
||||
- "version-update:semver-minor"
|
||||
- dependency-name: "org.springframework.cloud:spring-cloud-starter-open-service-broker"
|
||||
update-types:
|
||||
- "version-update:semver-major"
|
||||
- "version-update:semver-minor"
|
||||
- dependency-name: "org.springframework.cloud:spring-cloud-open-service-broker-core"
|
||||
update-types:
|
||||
- "version-update:semver-major"
|
||||
- "version-update:semver-minor"
|
||||
|
||||
- package-ecosystem: gradle
|
||||
directory: "/"
|
||||
target-branch: "2.2.x"
|
||||
|
||||
@@ -64,6 +64,8 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
|
||||
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.6.x
|
||||
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.16/[Open Service Broker API] 2.16
|
||||
|
||||
=== End-of-Support
|
||||
|
||||
==== 1.5.x
|
||||
|
||||
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
|
||||
@@ -73,8 +75,6 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
|
||||
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.5.x
|
||||
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.16/[Open Service Broker API] 2.16
|
||||
|
||||
=== End-of-Support
|
||||
|
||||
==== 1.4.x
|
||||
|
||||
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=2.2.0-SNAPSHOT
|
||||
version=2.3.0-SNAPSHOT
|
||||
group=org.springframework.cloud
|
||||
|
||||
onlyShowStandardStreamsOnTestFailure = false
|
||||
|
||||
@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
|
||||
|
||||
set_branch_pipeline() {
|
||||
local -r pipeline_name="app-broker${PIPELINE_NAME_SUFFIX:+"-$PIPELINE_NAME_SUFFIX"}"
|
||||
local -r branches=("2.2.x" "2.1.x" "2.0.x" "1.6.x" "1.5.x")
|
||||
local -r branches=("2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
|
||||
|
||||
for branch in "${branches[@]}"; do
|
||||
echo "Setting $pipeline_name $branch pipeline..."
|
||||
|
||||
Reference in New Issue
Block a user