mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +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 4d39be10a5
)
This commit is contained in:
committed by
Ben Abineri
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")
|
||||
|
Reference in New Issue
Block a user