Skip to content

Commit bc7fb66

Browse files
committed
NOTICK: Changes done to build Corda OS 4.7-HC01
1 parent 9d87c5d commit bc7fb66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ package net.corda.common.logging
99
* (originally added to source control for ease of use)
1010
*/
1111

12-
internal const val CURRENT_MAJOR_RELEASE = "4.7-SNAPSHOT"
12+
internal const val CURRENT_MAJOR_RELEASE = "4.7-HC01"

constants.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# their own projects. So don't get fancy with syntax!
44

55
cordaVersion=4.7
6-
versionSuffix=SNAPSHOT
6+
versionSuffix=HC01
77
gradlePluginsVersion=5.0.12
88
kotlinVersion=1.2.71
99
java8MinUpdateVersion=171

docker/src/bash/example-mini-network.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
33
NETWORK_NAME=mininet
4-
CORDAPP_VERSION="4.6-SNAPSHOT"
5-
DOCKER_IMAGE_VERSION="corda-zulu-4.6-snapshot"
4+
CORDAPP_VERSION="4.7-HC01"
5+
DOCKER_IMAGE_VERSION="corda-zulu-4.7-HC01"
66

77
mkdir cordapps
88
rm -f cordapps/*

0 commit comments

Comments
 (0)