Skip to content

Commit

Permalink
1.2.2-RC01
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Schasny committed Oct 16, 2020
1 parent b47457a commit e287905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
corda_release_group = 'net.corda'
corda_release_version = '4.3'
tokens_release_group = "com.r3.corda.lib.tokens"
tokens_release_version = "1.2.2-SNAPSHOT"
tokens_release_version = "1.2.2-RC01"
corda_gradle_plugins_version = '5.0.12'
kotlin_version = '1.2.71'
junit_version = '4.12'
Expand Down Expand Up @@ -101,7 +101,7 @@ subprojects {

// Don't publish an empty "modules" JAR.
def publishProjects = [
project(":contracts"),
// project(":contracts"),
project(":workflows")
]

Expand Down Expand Up @@ -144,7 +144,7 @@ artifactory {
publish {
contextUrl = 'https://ci-artifactory.corda.r3cev.com/artifactory'
repository {
repoKey = 'corda-lib-dev'
repoKey = 'corda-lib'
username = System.getenv('CORDA_ARTIFACTORY_USERNAME') ?: System.getProperty('corda.artifactory.username')
password = System.getenv('CORDA_ARTIFACTORY_PASSWORD') ?: System.getProperty('corda.artifactory.password')
}
Expand Down

0 comments on commit e287905

Please sign in to comment.