Skip to content

Commit a6d4eb0

Browse files
author
RogerWillis
committedJan 27, 2020
Bump version to 1.1 GA.
1 parent 3446c3e commit a6d4eb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
corda_release_group = 'net.corda'
66
corda_release_version = '4.3'
77
tokens_release_group = "com.r3.corda.lib.tokens"
8-
tokens_release_version = "1.1-RC07-PRESIGN"
8+
tokens_release_version = "1.1"
99
corda_gradle_plugins_version = '4.0.45'
1010
aetherVersion = '1.0.0.v20140518'
1111
mavenVersion = '3.1.0'
@@ -18,7 +18,7 @@ buildscript {
1818
log4j_version = '2.9.1'
1919
jackson_version = '2.9.0'
2020
confidential_id_release_group = "com.r3.corda.lib.ci"
21-
confidential_id_release_version = "1.0-RC03"
21+
confidential_id_release_version = "1.0"
2222
}
2323

2424
repositories {
@@ -69,6 +69,7 @@ subprojects {
6969
maven { url 'https://jitpack.io' }
7070
maven { url "http://ci-artifactory.corda.r3cev.com/artifactory/corda-dev" }
7171
maven { url "http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases" }
72+
maven { url "http://ci-artifactory.corda.r3cev.com/artifactory/corda-lib" }
7273
maven { url "http://ci-artifactory.corda.r3cev.com/artifactory/corda-lib-dev" }
7374
maven { url "https://repo.gradle.org/gradle/libs-releases-local/" }
7475
}

0 commit comments

Comments
 (0)
Please sign in to comment.