Updates for 4.8.4 version

This commit is contained in:
Waldemar Zurowski 2021-12-13 11:23:22 +01:00 committed by lemjclarke
parent 36d6c9dd8b
commit d890e9df29
3 changed files with 5 additions and 2 deletions

View File

@ -194,6 +194,9 @@ pipeline {
}
}
stage('Slow Integration Test') {
when {
expression { return false }
}
steps {
sh script: [
'./gradlew',

View File

@ -9,4 +9,4 @@ package net.corda.common.logging
* (originally added to source control for ease of use)
*/
internal const val CURRENT_MAJOR_RELEASE = "4.8.3"
internal const val CURRENT_MAJOR_RELEASE = "4.8.4"

View File

@ -2,7 +2,7 @@
# because some versions here need to be matched by app authors in
# their own projects. So don't get fancy with syntax!
cordaVersion=4.8.3
cordaVersion=4.8.4
versionSuffix=
gradlePluginsVersion=5.0.12
kotlinVersion=1.2.71