mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
RELEASE: update vno for release testing (#2933)
* RELEASE: update vno for release testing * [CORDA-1292] Add CordaService testing documentation and improve tests in irs-demo (#2929) * Add CordaService testing documentation and improve tests in irs-demo * Addressed review comments * [CORDA-1292] Add CordaService testing documentation and improve tests in irs-demo (#2929) * Add CordaService testing documentation and improve tests in irs-demo * Addressed review comments (reverted from commit 4d39be10a57ff4afb1a6378f2ba5c3c518319d56)
This commit is contained in:
parent
7501e87a54
commit
ecea71437b
@ -4,7 +4,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "corda-3.1-snapshot"
|
||||
ext.corda_release_version = "corda-3.1-RC01"
|
||||
|
||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||
ext.corda_platform_version = constants.getProperty("platformVersion")
|
||||
|
Loading…
x
Reference in New Issue
Block a user