From d679784a179e95c57696d13c95beeccfe350d7d5 Mon Sep 17 00:00:00 2001 From: Jonathan Locke Date: Tue, 12 Nov 2019 13:33:01 +0000 Subject: [PATCH] Bump version number to 4.3 GA --- .../src/main/kotlin/net/corda/common/logging/Constants.kt | 2 +- constants.properties | 2 +- docker/src/bash/example-mini-network.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 2ad81b1fa0..a105a829a6 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 @@ -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) */ -internal const val CURRENT_MAJOR_RELEASE = "4.3-SNAPSHOT" \ No newline at end of file +internal const val CURRENT_MAJOR_RELEASE = "4.3" \ No newline at end of file diff --git a/constants.properties b/constants.properties index 0352e9178b..47b04e5beb 100644 --- a/constants.properties +++ b/constants.properties @@ -2,7 +2,7 @@ # because some versions here need to be matched by app authors in # their own projects. So don't get fancy with syntax! -cordaVersion=4.3-SNAPSHOT +cordaVersion=4.3 gradlePluginsVersion=5.0.4 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 33da0fbf25..a7d4de9e38 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.3-SNAPSHOT" -DOCKER_IMAGE_VERSION="corda-zulu-4.3-SNAPSHOT" +CORDAPP_VERSION="4.3" +DOCKER_IMAGE_VERSION="corda-zulu-4.3" mkdir cordapps rm -f cordapps/*