Skip to content

Commit

Permalink
Branch for 2.1.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
spikymonkey committed Oct 5, 2023
1 parent 4a10971 commit 75381a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.1.0-SNAPSHOT
version=2.2.0-SNAPSHOT
group=org.springframework.cloud

onlyShowStandardStreamsOnTestFailure = false
Expand Down
2 changes: 1 addition & 1 deletion scripts/set-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=("main" "2.0.x" "1.6.x" "1.5.x")
local -r branches=("main" "2.1.x" "2.0.x" "1.6.x" "1.5.x")

for branch in "${branches[@]}"; do
echo "Setting $pipeline_name $branch pipeline..."
Expand Down

0 comments on commit 75381a6

Please sign in to comment.