Skip to content

Commit

Permalink
CORE-18390: Allow old version of SetOwnRegistrationStatus in the comm…
Browse files Browse the repository at this point in the history
…and (#1342) (#1347)

Co-authored-by: Yiftach Kaplan <[email protected]>
Co-authored-by: Yiftach Kaplan <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent e7ccb78 commit f74ecea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
{
"name": "setStatusRequest",
"doc" : "The request to set the status.",
"type": "net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus"
"type": [
"net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus",
"net.corda.data.membership.p2p.SetOwnRegistrationStatus"
]
}
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cordaProductVersion = 5.2.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 2
cordaApiRevision = 3

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit f74ecea

Please sign in to comment.