mirror of
https://github.com/corda/corda.git
synced 2025-05-24 19:24:24 +00:00
NOTICK: Changes done for creating new branch for 4.8
This commit is contained in:
parent
734d35b719
commit
5a13e48ea8
@ -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.7-SNAPSHOT"
|
internal const val CURRENT_MAJOR_RELEASE = "4.8-SNAPSHOT"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# 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.7
|
cordaVersion=4.8
|
||||||
versionSuffix=SNAPSHOT
|
versionSuffix=SNAPSHOT
|
||||||
gradlePluginsVersion=5.0.12
|
gradlePluginsVersion=5.0.12
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
|
@ -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.6-SNAPSHOT"
|
CORDAPP_VERSION="4.8-SNAPSHOT"
|
||||||
DOCKER_IMAGE_VERSION="corda-zulu-4.6-snapshot"
|
DOCKER_IMAGE_VERSION="corda-zulu-4.8-snapshot"
|
||||||
|
|
||||||
mkdir cordapps
|
mkdir cordapps
|
||||||
rm -f cordapps/*
|
rm -f cordapps/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user