CORE-11136: release prep for release-os-4.9.11-RC01

This commit is contained in:
r3-build 2024-10-14 13:48:47 +00:00
parent 81268177ac
commit ef484a3543
3 changed files with 28 additions and 37 deletions

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.9-SNAPSHOT"
internal const val CURRENT_MAJOR_RELEASE = "4.9.11-RC01"

View File

@ -1,39 +1,30 @@
# This file is parsed from Python in the docs/source/conf.py file
# because some versions here need to be matched by app authors in
# their own projects. So don't get fancy with syntax!
cordaVersion=4.9
versionSuffix=SNAPSHOT
gradlePluginsVersion=5.0.12
kotlinVersion=1.2.71
java8MinUpdateVersion=171
# ***************************************************************#
# When incrementing platformVersion make sure to update #
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
# ***************************************************************#
platformVersion=11
guavaVersion=28.0-jre
# Quasar version to use with Java 8:
quasarVersion=0.7.15_r3
# Quasar version to use with Java 11:
quasarVersion11=0.8.1_r3
jdkClassifier11=jdk11
dockerJavaVersion=3.2.5
proguardVersion=6.1.1
bouncycastleVersion=1.78.1
classgraphVersion=4.8.135
disruptorVersion=3.4.2
typesafeConfigVersion=1.3.4
jsr305Version=3.0.2
artifactoryPluginVersion=4.16.1
#Mon Oct 14 13:48:44 UTC 2024
snakeYamlVersion=1.33
caffeineVersion=2.9.3
metricsVersion=4.1.0
metricsNewRelicVersion=1.1.1
guavaVersion=28.0-jre
djvmVersion=1.1.1
deterministicRtVersion=1.0-RC02
openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
artifactoryPluginVersion=4.16.1
jolokiaAgentVersion=1.6.1
openSourceBranch=https\://github.com/corda/corda/blob/release/os/4.4
detektVersion=1.0.1
platformVersion=11
disruptorVersion=3.4.2
quasarVersion=0.7.15_r3
metricsNewRelicVersion=1.1.1
cordaVersion=4.9.11
openSourceSamplesBranch=https\://github.com/corda/samples/blob/release-V4
gradlePluginsVersion=5.0.12
proguardVersion=6.1.1
java8MinUpdateVersion=171
quasarVersion11=0.8.1_r3
jsr305Version=3.0.2
tcnativeVersion=2.0.48.Final
kotlinVersion=1.2.71
jdkClassifier11=jdk11
deterministicRtVersion=1.0-RC02
typesafeConfigVersion=1.3.4
metricsVersion=4.1.0
dockerJavaVersion=3.2.5
classgraphVersion=4.8.135
caffeineVersion=2.9.3
versionSuffix=RC01
bouncycastleVersion=1.78.1

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
NETWORK_NAME=mininet
CORDAPP_VERSION="4.9-SNAPSHOT"
DOCKER_IMAGE_VERSION="corda-zulu-4.9-snapshot"
CORDAPP_VERSION="4.9.11-RC01"
DOCKER_IMAGE_VERSION="corda-zulu-4.9.11-RC01"
mkdir cordapps
rm -f cordapps/*