RELEASE - Post release candidate cleanup

This commit is contained in:
Katelyn Baker 2018-10-12 16:19:51 +01:00
parent cd9b682943
commit c834162cd4
3 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) } file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release. // Our version: bump this on release.
ext.corda_release_version = "3.3-corda-RC02" ext.corda_release_version = "3.3-corda"
// Increment this on any release that changes public APIs anywhere in the Corda platform // Increment this on any release that changes public APIs anywhere in the Corda platform
ext.corda_platform_version = constants.getProperty("platformVersion") ext.corda_platform_version = constants.getProperty("platformVersion")

View File

@ -11,5 +11,7 @@
"https://docs.corda.net/releases/release-V1.0": "V1.0", "https://docs.corda.net/releases/release-V1.0": "V1.0",
"https://docs.corda.net/releases/release-V2.0": "V2.0", "https://docs.corda.net/releases/release-V2.0": "V2.0",
"https://docs.corda.net/releases/release-V3.1": "V3.1", "https://docs.corda.net/releases/release-V3.1": "V3.1",
"https://docs.corda.net/releases/release-V3.2": "V3.2",
"https://docs.corda.net/releases/release-V3.3": "V3.3",
"https://docs.corda.net/head/": "Master" "https://docs.corda.net/head/": "Master"
} }

View File

@ -60,11 +60,11 @@ author = u'R3 DLG'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = 'V3.1' version = 'V3.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = 'V3.1' release = 'V3.3'
# The version for use in the dropdown html. # The version for use in the dropdown html.
html_context = {'version': 'V3.1'} html_context = {'version': 'V3.3'}
# Properties. # Properties.
kotlin_version = '1.2.51' kotlin_version = '1.2.51'