mirror of
https://github.com/corda/corda.git
synced 2024-12-24 23:26:48 +00:00
Updates for 4.8.4 version
This commit is contained in:
parent
36d6c9dd8b
commit
d890e9df29
3
.ci/dev/regression/Jenkinsfile
vendored
3
.ci/dev/regression/Jenkinsfile
vendored
@ -194,6 +194,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Slow Integration Test') {
|
stage('Slow Integration Test') {
|
||||||
|
when {
|
||||||
|
expression { return false }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh script: [
|
sh script: [
|
||||||
'./gradlew',
|
'./gradlew',
|
||||||
|
@ -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.3"
|
internal const val CURRENT_MAJOR_RELEASE = "4.8.4"
|
||||||
|
@ -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.3
|
cordaVersion=4.8.4
|
||||||
versionSuffix=
|
versionSuffix=
|
||||||
gradlePluginsVersion=5.0.12
|
gradlePluginsVersion=5.0.12
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
|
Loading…
Reference in New Issue
Block a user