Bump version number to 4.3 GA

This commit is contained in:
Jonathan Locke 2019-11-12 13:33:01 +00:00
parent 296a8d4ba5
commit d679784a17
3 changed files with 4 additions and 4 deletions

View File

@ -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"
internal const val CURRENT_MAJOR_RELEASE = "4.3"

View File

@ -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

View File

@ -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/*