NOTICK: Bump version to 4.8.3-RC01

This commit is contained in:
Ritu Gupta 2021-11-04 09:43:48 +00:00 committed by lemjclarke
parent 046c441cbe
commit 43b997f74d
3 changed files with 5 additions and 5 deletions

View File

@ -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.9-SNAPSHOT"
internal const val CURRENT_MAJOR_RELEASE = "4.8.3-RC01"

View File

@ -2,8 +2,8 @@
# because some versions here need to be matched by app authors in
# their own projects. So don't get fancy with syntax!
cordaVersion=4.9
versionSuffix=SNAPSHOT
cordaVersion=4.8.3
versionSuffix=RC01
gradlePluginsVersion=5.0.12
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.9-SNAPSHOT"
DOCKER_IMAGE_VERSION="corda-zulu-4.9-snapshot"
CORDAPP_VERSION="4.8.3-RC01"
DOCKER_IMAGE_VERSION="corda-zulu-4.8.3-RC01"
mkdir cordapps
rm -f cordapps/*