NOTICK: Bump version to 4.9.1-GA

This commit is contained in:
nargas-ritu 2022-04-27 18:07:11 +01:00
parent 992494d119
commit 149ccdb590
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) * (originally added to source control for ease of use)
*/ */
internal const val CURRENT_MAJOR_RELEASE = "4.9.1-RC02" internal const val CURRENT_MAJOR_RELEASE = "4.9.1"

View File

@ -3,7 +3,7 @@
# their own projects. So don't get fancy with syntax! # their own projects. So don't get fancy with syntax!
cordaVersion=4.9.1 cordaVersion=4.9.1
versionSuffix=RC02 versionSuffix=
gradlePluginsVersion=5.0.12 gradlePluginsVersion=5.0.12
kotlinVersion=1.2.71 kotlinVersion=1.2.71
java8MinUpdateVersion=171 java8MinUpdateVersion=171

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3") NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
NETWORK_NAME=mininet NETWORK_NAME=mininet
CORDAPP_VERSION="4.9.1-RC02" CORDAPP_VERSION="4.9.1"
DOCKER_IMAGE_VERSION="corda-zulu-4.9.1-RC02" DOCKER_IMAGE_VERSION="corda-zulu-4.9.1"
mkdir cordapps mkdir cordapps
rm -f cordapps/* rm -f cordapps/*