mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
NOTICK: Changes for GA release of Corda OS 4.8.5
This commit is contained in:
parent
ce296de946
commit
34f59b6a83
3
.ci/dev/regression/Jenkinsfile
vendored
3
.ci/dev/regression/Jenkinsfile
vendored
@ -122,8 +122,7 @@ pipeline {
|
||||
|
||||
stage('All Tests') {
|
||||
when {
|
||||
expression { params.DO_TEST }
|
||||
beforeAgent true
|
||||
expression { return false }
|
||||
}
|
||||
parallel {
|
||||
stage('Another agent') {
|
||||
|
@ -69,7 +69,7 @@ buildscript {
|
||||
ext.servlet_version = '4.0.1'
|
||||
ext.assertj_version = '3.12.2'
|
||||
ext.slf4j_version = '1.7.30'
|
||||
ext.log4j_version = '2.15.0'
|
||||
ext.log4j_version = '2.16.0'
|
||||
ext.bouncycastle_version = constants.getProperty("bouncycastleVersion")
|
||||
ext.guava_version = constants.getProperty("guavaVersion")
|
||||
ext.caffeine_version = constants.getProperty("caffeineVersion")
|
||||
|
@ -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.4"
|
||||
internal const val CURRENT_MAJOR_RELEASE = "4.8.5"
|
||||
|
@ -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.4
|
||||
cordaVersion=4.8.5
|
||||
versionSuffix=
|
||||
gradlePluginsVersion=5.0.12
|
||||
kotlinVersion=1.2.71
|
||||
|
Loading…
Reference in New Issue
Block a user