mirror of
https://github.com/corda/corda.git
synced 2025-02-05 10:39:13 +00:00
NOTICK: Bump version to 4.9.1-RC02
This commit is contained in:
parent
d2f7a3467c
commit
992494d119
@ -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-SNAPSHOT"
|
internal const val CURRENT_MAJOR_RELEASE = "4.9.1-RC02"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# because some versions here need to be matched by app authors in
|
# because some versions here need to be matched by app authors in
|
||||||
# their own projects. So don't get fancy with syntax!
|
# their own projects. So don't get fancy with syntax!
|
||||||
|
|
||||||
cordaVersion=4.9
|
cordaVersion=4.9.1
|
||||||
versionSuffix=SNAPSHOT
|
versionSuffix=RC02
|
||||||
gradlePluginsVersion=5.0.12
|
gradlePluginsVersion=5.0.12
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
java8MinUpdateVersion=171
|
java8MinUpdateVersion=171
|
||||||
|
@ -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-SNAPSHOT"
|
CORDAPP_VERSION="4.9.1-RC02"
|
||||||
DOCKER_IMAGE_VERSION="corda-zulu-4.9-snapshot"
|
DOCKER_IMAGE_VERSION="corda-zulu-4.9.1-RC02"
|
||||||
|
|
||||||
mkdir cordapps
|
mkdir cordapps
|
||||||
rm -f cordapps/*
|
rm -f cordapps/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user