mirror of
https://github.com/corda/corda.git
synced 2025-06-01 15:10:54 +00:00
[NOTICK]: Change Corda version
Changed Corda version in places where it was missed.
This commit is contained in:
parent
bbadec70ba
commit
c525f77ae9
@ -8,4 +8,4 @@ package net.corda.common.logging
|
|||||||
* the generated file does not need to be committed to source control (originally added to source control for ease of use)
|
* the generated file does not need to be committed to source control (originally added to source control for ease of use)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
internal const val CURRENT_MAJOR_RELEASE = "5.0-SNAPSHOT"
|
internal const val CURRENT_MAJOR_RELEASE = "4.3-SNAPSHOT"
|
@ -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="5.0-SNAPSHOT"
|
CORDAPP_VERSION="4.3-SNAPSHOT"
|
||||||
DOCKER_IMAGE_VERSION="corda-zulu-5.0-snapshot"
|
DOCKER_IMAGE_VERSION="corda-zulu-4.3-snapshot"
|
||||||
|
|
||||||
mkdir cordapps
|
mkdir cordapps
|
||||||
rm -f cordapps/*
|
rm -f cordapps/*
|
||||||
|
@ -10,7 +10,7 @@ import kotlin.test.assertEquals
|
|||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
class NodeRPCTests {
|
class NodeRPCTests {
|
||||||
private val CORDA_VERSION_REGEX = "\\d+(\\.\\d+)?(-\\w+)?".toRegex() // e.g. "5.0-SNAPSHOT"
|
private val CORDA_VERSION_REGEX = "\\d+(\\.\\d+)?(-\\w+)?".toRegex() // e.g. "4.3-SNAPSHOT"
|
||||||
private val CORDA_VENDOR = "Corda Open Source"
|
private val CORDA_VENDOR = "Corda Open Source"
|
||||||
private val CORDAPPS = listOf(FINANCE_CONTRACTS_CORDAPP, FINANCE_WORKFLOWS_CORDAPP)
|
private val CORDAPPS = listOf(FINANCE_CONTRACTS_CORDAPP, FINANCE_WORKFLOWS_CORDAPP)
|
||||||
private val CORDAPP_TYPES = setOf("Contract CorDapp", "Workflow CorDapp")
|
private val CORDAPP_TYPES = setOf("Contract CorDapp", "Workflow CorDapp")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user