File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
corda_release_group = ' net.corda'
6
6
corda_release_version = ' 4.3'
7
7
tokens_release_group = " com.r3.corda.lib.tokens"
8
- tokens_release_version = " 1.1-RC07-PRESIGN "
8
+ tokens_release_version = " 1.1"
9
9
corda_gradle_plugins_version = ' 4.0.45'
10
10
aetherVersion = ' 1.0.0.v20140518'
11
11
mavenVersion = ' 3.1.0'
@@ -18,7 +18,7 @@ buildscript {
18
18
log4j_version = ' 2.9.1'
19
19
jackson_version = ' 2.9.0'
20
20
confidential_id_release_group = " com.r3.corda.lib.ci"
21
- confidential_id_release_version = " 1.0-RC03 "
21
+ confidential_id_release_version = " 1.0"
22
22
}
23
23
24
24
repositories {
@@ -69,6 +69,7 @@ subprojects {
69
69
maven { url ' https://jitpack.io' }
70
70
maven { url " http://ci-artifactory.corda.r3cev.com/artifactory/corda-dev" }
71
71
maven { url " http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases" }
72
+ maven { url " http://ci-artifactory.corda.r3cev.com/artifactory/corda-lib" }
72
73
maven { url " http://ci-artifactory.corda.r3cev.com/artifactory/corda-lib-dev" }
73
74
maven { url " https://repo.gradle.org/gradle/libs-releases-local/" }
74
75
}
You can’t perform that action at this time.
0 commit comments