diff --git a/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt b/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt index a38de6bef7..70bef5ffc8 100644 --- a/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt +++ b/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt @@ -9,4 +9,4 @@ package net.corda.common.logging * (originally added to source control for ease of use) */ -internal const val CURRENT_MAJOR_RELEASE = "4.8.3-RC01" +internal const val CURRENT_MAJOR_RELEASE = "4.8.3" diff --git a/constants.properties b/constants.properties index f1a6ea0d2f..25c4a3c240 100644 --- a/constants.properties +++ b/constants.properties @@ -3,7 +3,7 @@ # their own projects. So don't get fancy with syntax! cordaVersion=4.8.3 -versionSuffix=RC01 +versionSuffix= gradlePluginsVersion=5.0.12 kotlinVersion=1.2.71 java8MinUpdateVersion=171 diff --git a/docker/src/bash/example-mini-network.sh b/docker/src/bash/example-mini-network.sh index d87588d1b3..bdbec26037 100755 --- a/docker/src/bash/example-mini-network.sh +++ b/docker/src/bash/example-mini-network.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3") NETWORK_NAME=mininet -CORDAPP_VERSION="4.8.3-RC01" -DOCKER_IMAGE_VERSION="corda-zulu-4.8.3-RC01" +CORDAPP_VERSION="4.8.3" +DOCKER_IMAGE_VERSION="corda-zulu-4.8.3" mkdir cordapps rm -f cordapps/*