Merge branch 'development' into fixtypos
This commit is contained in:
commit
c9177d704f
@ -1,4 +1,4 @@
|
|||||||
jacksonVersion = 2.13.4
|
jacksonVersion = 2.13.4
|
||||||
unirestVersion=3.13.10
|
unirestVersion=3.13.10
|
||||||
|
|
||||||
cordaApiVersion=5.0.0.665-Gecko-RC02
|
cordaApiVersion=5.0.0.665-Gecko-RC03
|
||||||
|
@ -2,15 +2,15 @@ kotlin.code.style=official
|
|||||||
|
|
||||||
# Specify the version of the Corda-API to use.
|
# 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.
|
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
|
||||||
cordaApiVersion=5.0.0.665-Gecko-RC02
|
cordaApiVersion=5.0.0.665-Gecko-RC03
|
||||||
|
|
||||||
# Settings For Development Utilities
|
# Settings For Development Utilities
|
||||||
combinedWorkerVersion=5.0.0.0-Gecko-RC02
|
combinedWorkerVersion=5.0.0.0-Gecko-RC03
|
||||||
simulatorVersion=5.0.0.0-Gecko-RC02
|
simulatorVersion=5.0.0.0-Gecko-RC03
|
||||||
|
|
||||||
# Specify the version of the notary plugins to use.
|
# 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.
|
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
|
||||||
cordaNotaryPluginsVersion=5.0.0.0-Gecko-RC02
|
cordaNotaryPluginsVersion=5.0.0.0-Gecko-RC03
|
||||||
|
|
||||||
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
||||||
cordaPluginsVersion=7.0.1
|
cordaPluginsVersion=7.0.1
|
||||||
@ -41,4 +41,5 @@ dbContainerName=CSDEpostgresql
|
|||||||
|
|
||||||
# R3 internal repository
|
# R3 internal repository
|
||||||
#S3 version for HC and RC versions published by CD/CD team
|
#S3 version for HC and RC versions published by CD/CD team
|
||||||
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Gecko-RC02/
|
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Gecko-RC03/
|
||||||
|
#artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Gecko-RC02/
|
Loading…
Reference in New Issue
Block a user