Skip to content

Commit c035d89

Browse files
committed
Initial work
1 parent 2278f8d commit c035d89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/combined-worker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
]
5050

5151
corda:
52-
image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0-RC02
52+
image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0
5353
depends_on:
5454
- postgresql
5555
- kafka

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ kotlin.code.style=official
22

33
# Specify the version of the Corda-API to use.
44
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
5-
cordaApiVersion=5.2.0.49-RC02
5+
cordaApiVersion=5.2.0.52
66

77
# Specify the version of the notary plugins to use.
88
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
9-
cordaNotaryPluginsVersion=5.2.0.0-RC02
9+
cordaNotaryPluginsVersion=5.2.0.0
1010

1111
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
1212
cordaPluginsVersion=7.0.4
1313

1414
# Specify the version of the Corda runtime Gradle plugin to use
15-
cordaGradlePluginVersion=5.2.0.0-RC02
15+
cordaGradlePluginVersion=5.2.0.0
1616

1717
# Specify the name of the workflows module
1818
# This will be the name of the generated cpk and cpb files

0 commit comments

Comments
 (0)