mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
NOTICK: Corda 4.3-RC01
Created first release candidate of Corda 4.3 - RC01.
This commit is contained in:
parent
1c2c3d3fed
commit
3cafe14f46
@ -8,4 +8,4 @@ package net.corda.common.logging
|
|||||||
* the generated file does not need to be committed to source control (originally added to source control for ease of use)
|
* the generated file does not need to be committed to source control (originally added to source control for ease of use)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
internal const val CURRENT_MAJOR_RELEASE = "4.3-SNAPSHOT"
|
internal const val CURRENT_MAJOR_RELEASE = "4.3-RC01"
|
@ -2,7 +2,7 @@
|
|||||||
# because some versions here need to be matched by app authors in
|
# because some versions here need to be matched by app authors in
|
||||||
# their own projects. So don't get fancy with syntax!
|
# their own projects. So don't get fancy with syntax!
|
||||||
|
|
||||||
cordaVersion=4.3-SNAPSHOT
|
cordaVersion=4.3-RC01
|
||||||
gradlePluginsVersion=5.0.2
|
gradlePluginsVersion=5.0.2
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
java8MinUpdateVersion=171
|
java8MinUpdateVersion=171
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
|
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
|
||||||
NETWORK_NAME=mininet
|
NETWORK_NAME=mininet
|
||||||
CORDAPP_VERSION="4.3-SNAPSHOT"
|
CORDAPP_VERSION="4.3-RC01"
|
||||||
DOCKER_IMAGE_VERSION="corda-zulu-4.3-snapshot"
|
DOCKER_IMAGE_VERSION="corda-zulu-4.3-RC01"
|
||||||
|
|
||||||
mkdir cordapps
|
mkdir cordapps
|
||||||
rm -f cordapps/*
|
rm -f cordapps/*
|
||||||
|
Loading…
Reference in New Issue
Block a user