File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
49
49
]
50
50
51
51
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
53
53
depends_on :
54
54
- postgresql
55
55
- kafka
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ kotlin.code.style=official
2
2
3
3
# Specify the version of the Corda-API to use.
4
4
# 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
6
6
7
7
# Specify the version of the notary plugins to use.
8
8
# 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
10
10
11
11
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
12
12
cordaPluginsVersion =7.0.4
13
13
14
14
# Specify the version of the Corda runtime Gradle plugin to use
15
- cordaGradlePluginVersion =5.2.0.0-RC02
15
+ cordaGradlePluginVersion =5.2.0.0
16
16
17
17
# Specify the name of the workflows module
18
18
# This will be the name of the generated cpk and cpb files
You can’t perform that action at this time.
0 commit comments