NOTICK: Bump version to 4.4-GA

This commit is contained in:
nargas-ritu 2020-03-25 09:10:23 +00:00
parent 668748b054
commit 21e8c4ffb1
3 changed files with 4 additions and 4 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.4-SNAPSHOT"
internal const val CURRENT_MAJOR_RELEASE = "4.4"

View File

@ -3,7 +3,7 @@
# their own projects. So don't get fancy with syntax!
cordaVersion=4.4
versionSuffix=SNAPSHOT
versionSuffix=
gradlePluginsVersion=5.0.6
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.4-SNAPSHOT"
DOCKER_IMAGE_VERSION="corda-zulu-4.4-snapshot"
CORDAPP_VERSION="4.4"
DOCKER_IMAGE_VERSION="corda-zulu-4.4"
mkdir cordapps
rm -f cordapps/*