Skip to content

Commit bbdaaa7

Browse files
authored
ENT-11793: Upgrade sample CorDapps to Corda 4.12 GA
ENT-11793: Upgrade sample CorDapps to Corda 4.12 GA
2 parents ffd7803 + 78eb241 commit bbdaaa7

File tree

19 files changed

+34
-33
lines changed

19 files changed

+34
-33
lines changed

Accounts/constants.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.12-RC01
4-
cordaCoreVersion=4.12-RC01
3+
cordaVersion=4.12
4+
cordaCoreVersion=4.12
55
gradlePluginsVersion=5.1.1
66
kotlinVersion=1.9.20
77
junitVersion=4.12

Accounts/supplychain/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ buildscript {
1919

2020
//account
2121
accounts_release_group = 'com.r3.corda.lib.accounts'
22-
accounts_release_version = '1.1-RC01'
22+
accounts_release_version = '1.1'
2323
//CI
2424
confidential_id_release_group = "com.r3.corda.lib.ci"
25-
confidential_id_release_version = "1.2-RC01"
25+
confidential_id_release_version = "1.2"
2626

2727
testJvmArgs = ['--add-opens', 'java.base/java.time=ALL-UNNAMED', '--add-opens', 'java.base/java.io=ALL-UNNAMED',
2828
'--add-opens', 'java.base/java.util=ALL-UNNAMED', '--add-opens', 'java.base/java.net=ALL-UNNAMED',

Accounts/tictacthor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ buildscript {
2424

2525
//account
2626
accounts_release_group = 'com.r3.corda.lib.accounts'
27-
accounts_release_version = '1.1-RC01'
27+
accounts_release_version = '1.1'
2828
//CI
2929
confidential_id_release_group = "com.r3.corda.lib.ci"
30-
confidential_id_release_version = "1.2-RC01"
30+
confidential_id_release_version = "1.2"
3131

3232
testJvmArgs = ['--add-opens', 'java.base/java.time=ALL-UNNAMED', '--add-opens', 'java.base/java.io=ALL-UNNAMED',
3333
'--add-opens', 'java.base/java.util=ALL-UNNAMED', '--add-opens', 'java.base/java.net=ALL-UNNAMED',

Accounts/worldcupticketbooking/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ buildscript {
1919
corda_platform_version = constants.getProperty("platformVersion").toInteger()
2020

2121
//accounts
22-
accounts_release_version = '1.1-RC01'
22+
accounts_release_version = '1.1'
2323
accounts_release_group = 'com.r3.corda.lib.accounts'
2424
confidential_id_release_group = "com.r3.corda.lib.ci"
25-
confidential_id_release_version = "1.2-RC01"
25+
confidential_id_release_version = "1.2"
2626

2727
//tokens
28-
tokens_release_version = '1.3-RC01'
28+
tokens_release_version = '1.3'
2929
tokens_release_group = 'com.r3.corda.lib.tokens'
3030

3131
//springboot

Advanced/constants.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.12-RC03
4-
cordaCoreVersion=4.12-RC03
5-
cordaShellVersion=4.12-RC03
3+
cordaVersion=4.12
4+
cordaCoreVersion=4.12
5+
cordaShellVersion=4.12
66
gradlePluginsVersion=5.1.1
77
kotlinVersion=1.9.20
88
junitVersion=4.12

Advanced/secretsanta-cordapp/clients/src/main/java/net/corda/samples/secretsanta/webserver/NodeRPCConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import net.corda.core.utilities.NetworkHostAndPort;
77
import org.springframework.beans.factory.annotation.Value;
88
import org.springframework.stereotype.Component;
9+
910
import jakarta.annotation.PostConstruct;
1011
import jakarta.annotation.PreDestroy;
1112

Advanced/snakesandladders-cordapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ buildscript {
3939
slf4j_version = constants.getProperty("slf4jVersion")
4040
corda_platform_version = constants.getProperty("platformVersion").toInteger()
4141
//accounts
42-
accounts_release_version = '1.1-RC01'
42+
accounts_release_version = '1.1'
4343
accounts_release_group = 'com.r3.corda.lib.accounts'
4444
confidential_id_release_group = "com.r3.corda.lib.ci"
45-
confidential_id_release_version = "1.2-RC01"
45+
confidential_id_release_version = "1.2"
4646
spring_boot_version = '3.2.5'
4747
spring_boot_gradle_plugin_version = '3.2.5'
4848

Advanced/syndicated-lending/constants.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.12-RC01
4-
cordaCoreVersion=4.12-RC01
3+
cordaVersion=4.12
4+
cordaCoreVersion=4.12
55
gradlePluginsVersion=5.1.1
66
kotlinVersion=1.9.20
77
junitVersion=4.12

Basic/constants.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.12-RC01
4-
cordaCoreVersion=4.12-RC01
3+
cordaVersion=4.12
4+
cordaCoreVersion=4.12
55
gradlePluginsVersion=5.1.1
66
kotlinVersion=1.9.20
77
junitVersion=4.12

Features/constants.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cordaReleaseGroup=net.corda
22
cordaCoreReleaseGroup=net.corda
3-
cordaVersion=4.12-RC02
4-
cordaCoreVersion=4.12-RC02
3+
cordaVersion=4.12
4+
cordaCoreVersion=4.12
55
gradlePluginsVersion=5.1.1
66
kotlinVersion=1.9.20
77
junitVersion=4.12

0 commit comments

Comments
 (0)