From c035d8982c10abc2317dca24cb397769048f4dd5 Mon Sep 17 00:00:00 2001 From: Pavel Nenov Date: Mon, 15 Apr 2024 14:16:18 +0300 Subject: [PATCH] Initial work --- config/combined-worker-compose.yaml | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/combined-worker-compose.yaml b/config/combined-worker-compose.yaml index 3cfdacc..10748a8 100644 --- a/config/combined-worker-compose.yaml +++ b/config/combined-worker-compose.yaml @@ -49,7 +49,7 @@ services: ] corda: - image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0-RC02 + image: corda-os-docker.software.r3.com/corda-os-combined-worker-kafka:5.2.0.0 depends_on: - postgresql - kafka diff --git a/gradle.properties b/gradle.properties index 3259bf9..51fb3f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,17 +2,17 @@ kotlin.code.style=official # Specify the version of the Corda-API to use. # This needs to match the version supported by the Corda Cluster the CorDapp will run on. -cordaApiVersion=5.2.0.49-RC02 +cordaApiVersion=5.2.0.52 # Specify the version of the notary plugins to use. # Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version. -cordaNotaryPluginsVersion=5.2.0.0-RC02 +cordaNotaryPluginsVersion=5.2.0.0 # Specify the version of the cordapp-cpb and cordapp-cpk plugins cordaPluginsVersion=7.0.4 # Specify the version of the Corda runtime Gradle plugin to use -cordaGradlePluginVersion=5.2.0.0-RC02 +cordaGradlePluginVersion=5.2.0.0 # Specify the name of the workflows module # This will be the name of the generated cpk and cpb files