Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Domsch <[email protected]>
  • Loading branch information
matt-domsch-sp committed May 7, 2021
1 parent 098f973 commit 4b18260
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ plugins {
id 'signing'
}

version = '0.2.0-SNAPSHOT'
version = '0.2.0'

repositories {
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/releases/"
}
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
Expand All @@ -27,7 +30,7 @@ dependencies {
// Nimbus JOSE JWT
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
api group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.9'
implementation group: 'com.sailpoint', name: 'ietf-subject-identifiers-model', version: '0.1.0-SNAPSHOT'
implementation group: 'com.sailpoint', name: 'ietf-subject-identifiers-model', version: '0.1.0'
//implementation files("libs/ietf-subject-identifiers-model-0.1.0-SNAPSHOT.jar")
// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 4b18260

Please sign in to comment.