From ecea71437b25aae06f1778136636e73e4acef21f Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Fri, 6 Apr 2018 10:12:27 +0100 Subject: [PATCH] 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) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bec9c2586c..3f14144935 100644 --- a/build.gradle +++ b/build.gradle @@ -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")