Skip to content

Commit

Permalink
CORE-11136: release prep for release-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r3-build committed May 28, 2024
1 parent 505fd51 commit 2bea149
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 69 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('[email protected]') _
@Library('[email protected].1-GA') _

cordaPipelineKubernetesAgent(
publishRepoPrefix: 'corda-os-maven',
Expand All @@ -9,6 +9,6 @@ cordaPipelineKubernetesAgent(
e2eTestName: 'corda-utxo-ledger-extensions-e2e-tests',
runE2eTests: true,
publishToMavenS3Repository: true,
gradleAdditionalArgs: '-PcordaNotaryPluginsVersion=5.2.0.0-beta+',
gradleAdditionalArgs: '-PcordaNotaryPluginsVersion=5.2.1-GA.0.0-beta+',
javaVersion: '17'
)
100 changes: 33 additions & 67 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,72 +1,38 @@
org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.java.installations.auto-download=false

#Tue May 28 13:42:32 UTC 2024
cordappVersionId=1
artifactoryContextUrl=https\://software.r3.com/artifactory
cordautxoVersion=1.0.1
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.2.1.53-beta+


# E2e test utilities should come from runtime-os
cordaRuntimeOsVersion=5.2.1.0-beta+

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

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

# Specify the version of the corda5-contract-testing to use in contract tests.
cordaContractTestingVersion = 2.0.0

# 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.2.1.53
cordaNotaryPluginsVersion=5.2.1.0
artifactoryPluginVersion=4.28.2
gradleDataPlugin=1.8.2
cordaContractTestingVersion=2.0.1
platformVersion=999
jacksonVersion=2.14.2
assertjVersion=3.24.1
cordaRpcUser=admin
hamcrestVersion=2.2
cordaRuntimeOsVersion=5.2.1.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
sonarVersion=5.0.0.4638
kotlin.code.style=official
cordappVendorName=R3
cordaClusterURL=https\://localhost\:8888
cordaPluginsVersion=7.0.4
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

# Sonar verison
sonarVersion = 5.0.0.4638
mockitoKotlinVersion=4.0.0
dbContainerName=CSDEpostgresql
internalPublishVersion=1.+
gradleEnterpriseVersion=3.12.2

0 comments on commit 2bea149

Please sign in to comment.