Skip to content

Commit

Permalink
CORE-11136: release prep for release-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r3-build committed Jul 18, 2023
1 parent 57292ef commit 86b6c26
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('corda-shared-build-pipeline-steps@5.0.1') _
@Library('corda-shared-build-pipeline-steps@GA-July') _

cordaPipelineKubernetesAgent(
publishRepoPrefix: 'corda-os-maven',
Expand Down
92 changes: 31 additions & 61 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,66 +1,36 @@
org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.java.installations.auto-download=false

#Tue Jul 18 15:46:45 UTC 2023
cordappVersionId=1
artifactoryContextUrl=https\://software.r3.com/artifactory
cordautxoVersion=0.9.0
kotlin.code.style=official

# Specify the version of the Corda-API to use.
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
cordaApiVersion=5.0.0.763-Iguana1.0


# E2e test utilities should come from runtime-os
cordaRuntimeOsVersion=5.0.0.0-Iguana1.0

# Specify the version of the notary plugins to use, if left blank this will default to value of cordaRuntimeOsVersion
cordaNotaryPluginsVersion=

# Specify the version of the cordapp-cpb2 and cordapp-cpk2 plugins
cordaPluginsVersion=7.0.3

# For the time being this just needs to be set to a dummy value.
platformVersion = 999

# Version of Kotlin to use.
# We recommend using a version close to that used by Corda-API.
kotlinVersion=1.8.20

# Do not use default dependencies.
kotlin.stdlib.default.dependency=false

# Test Tooling Dependency Versions
jacksonVersion = 2.14.2
junitVersion = 5.9.2
assertjVersion = 3.24.1
mockitoKotlinVersion=4.0.0
mockitoVersion=4.11.0
hamcrestVersion=2.2

log4jVersion = 2.20.0
slf4jVersion = 1.7.36

#postgresqlVersion=42.4.3

cordaClusterURL=https://localhost:8888
cordaRpcUser=admin
licenseUrl=http\://www.apache.org/licenses/LICENSE-2.0.txt
cordaRpcPasswd=admin
devEnvWorkspace=workspace
dbContainerName=CSDEpostgresql

# R3 internal repository
#S3 version for HC and RC versions published by CD/CD team
artifactoryContextUrl=https://software.r3.com/artifactory
artifactoryPluginVersion = 4.28.2

cordappVersionId=1
log4jVersion=2.20.0
org.gradle.java.installations.auto-download=false
cordaApiVersion=5.0.0.765
cordaNotaryPluginsVersion=5.0.0.0
artifactoryPluginVersion=4.28.2
gradleDataPlugin=1.8.2
platformVersion=999
jacksonVersion=2.14.2
assertjVersion=3.24.1
cordaRpcUser=admin
hamcrestVersion=2.2
cordaRuntimeOsVersion=5.0.0.0
junitVersion=5.9.2
mockitoVersion=4.11.0
gradleEnterpriseUrl=https\://gradle.dev.r3.com
slf4jVersion=1.7.36
licenseName=The Apache License, Version 2.0
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
kotlinVersion=1.8.20
kotlin.code.style=official
cordappVendorName=R3
cordaClusterURL=https\://localhost\:8888
cordaPluginsVersion=7.0.3
devEnvWorkspace=workspace
cordapp.targetPlatformVersion=1000
internalPublishVersion = 1.+

gradleEnterpriseVersion = 3.12.2
gradleDataPlugin = 1.8.2
gradleEnterpriseUrl = https://gradle.dev.r3.com

# License
licenseName = The Apache License, Version 2.0
licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt
mockitoKotlinVersion=4.0.0
dbContainerName=CSDEpostgresql
internalPublishVersion=1.+
gradleEnterpriseVersion=3.12.2

0 comments on commit 86b6c26

Please sign in to comment.