Skip to content

Commit

Permalink
ES-1978: set up 5.3 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne committed Feb 20, 2024
1 parent d150cf6 commit bca4346
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci/JenkinsfileMergeAutomation
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! groovy
@Library('corda-shared-build-pipeline-steps@5.2') _
@Library('corda-shared-build-pipeline-steps@5.3') _

/**
* Forward merge any changes in current branch to the branch with following version.
Expand All @@ -14,13 +14,13 @@
* the branch name of origin branch, it should match the current branch
* and it acts as a fail-safe inside {@code forwardMerger} pipeline
*/
String originBranch = 'release/5.2'
String originBranch = 'release/5.3'

/**
* the branch name of target branch, it should be the branch with the next version
* after the one in current branch.
*/
String targetBranch = 'release/5.3'
String targetBranch = 'release/5.4'

/**
* Forward merge any changes between {@code originBranch} and {@code targetBranch}
Expand Down
9 changes: 7 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Code freeze reviewers
* @driessamyn @jasonbyrner3 @ronanbrowne @rick-r3 @simon-johnson-r3 @blsemo @Omar-awad @aditisdesai @vinir3 @vkolomeyko @thiagoviana @Sakpal @dickon
* @corda/rest
# Build scripts should be audited by BLT
*.gradle @corda/blt
gradle.properties @corda/corda5-team-leads
Jenkinsfile @corda/blt
.ci/* @corda/blt
gradle/* @corda/blt
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.stdlib.default.dependency=false

# The version of cli-host we will publish
cliHostVersion=5.2.0
cliHostVersion=5.3.0

# PF4J
pf4jVersion=3.10.0
Expand Down

0 comments on commit bca4346

Please sign in to comment.