CORDA-976 - V3.0 release version bump (#2456)

* CORDA-976 - V3.0 release version bump

* Reflect discussed changes to external version number
This commit is contained in:
Katelyn Baker 2018-02-02 19:18:18 +00:00 committed by GitHub
parent fa7253e45d
commit c90dba1eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = "3.0-SNAPSHOT"
ext.corda_release_version = "corda-3.0"
// Increment this on any release that changes public APIs anywhere in the Corda platform
ext.corda_platform_version = constants.getProperty("platformVersion")
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")