mirror of
https://github.com/corda/corda.git
synced 2025-02-05 10:39:13 +00:00
NOTICK: Changes for GA release of Corda OS 4.8.5
This commit is contained in:
parent
69e036030e
commit
0a21fda87c
3
.ci/dev/regression/Jenkinsfile
vendored
3
.ci/dev/regression/Jenkinsfile
vendored
@ -115,6 +115,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('All Tests') {
|
stage('All Tests') {
|
||||||
|
when {
|
||||||
|
expression { return false }
|
||||||
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('Another agent') {
|
stage('Another agent') {
|
||||||
agent {
|
agent {
|
||||||
|
@ -68,7 +68,7 @@ buildscript {
|
|||||||
ext.servlet_version = '4.0.1'
|
ext.servlet_version = '4.0.1'
|
||||||
ext.assertj_version = '3.12.2'
|
ext.assertj_version = '3.12.2'
|
||||||
ext.slf4j_version = '1.7.30'
|
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.bouncycastle_version = constants.getProperty("bouncycastleVersion")
|
||||||
ext.guava_version = constants.getProperty("guavaVersion")
|
ext.guava_version = constants.getProperty("guavaVersion")
|
||||||
ext.caffeine_version = constants.getProperty("caffeineVersion")
|
ext.caffeine_version = constants.getProperty("caffeineVersion")
|
||||||
|
@ -9,4 +9,4 @@ package net.corda.common.logging
|
|||||||
* (originally added to source control for ease of use)
|
* (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
|
# because some versions here need to be matched by app authors in
|
||||||
# their own projects. So don't get fancy with syntax!
|
# their own projects. So don't get fancy with syntax!
|
||||||
|
|
||||||
cordaVersion=4.8.4
|
cordaVersion=4.8.5
|
||||||
versionSuffix=
|
versionSuffix=
|
||||||
gradlePluginsVersion=5.0.12
|
gradlePluginsVersion=5.0.12
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
|
Loading…
x
Reference in New Issue
Block a user