change version to 3.0-NETWORKMAP-SNAPSHOT for the feature branch (#2076)

This commit is contained in:
Patrick Kuo 2017-11-20 09:57:03 +00:00 committed by GitHub
parent e4f5e16bf4
commit 2dc4251cbe
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 = "3.0-NETWORKMAP-SNAPSHOT"
// Increment this on any release that changes public APIs anywhere in the Corda platform
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
ext.corda_platform_version = 2