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:
Katelyn Baker 2018-04-06 10:12:27 +01:00 committed by Ben Abineri
parent 7501e87a54
commit ecea71437b

View File

@ -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")