Skip to content

Commit

Permalink
"using latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Aug 24, 2018
1 parent 0993919 commit b8c86a6
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 @@ -10,15 +10,15 @@ buildscript {
plugins { id 'groovy' }

group = 'com.synopsys.integration'
version = '0.1.2-SNAPSHOT'
version = '0.1.2'

apply plugin: 'com.blackducksoftware.integration.library'

nexusStaging { packageGroup = 'com.synopsys' }

dependencies {
compile 'com.blackducksoftware.integration:phone-home-client:0.15.2'
compile 'com.blackducksoftware.integration:integration-rest:0.1.2'
compile 'com.blackducksoftware.integration:phone-home-client:0.15.3'
compile 'com.blackducksoftware.integration:integration-rest:0.1.3'
compile 'com.sun.xml.xws:xws-security:3.0'
compile 'com.sun.xml.messaging.saaj:saaj-impl:1.4.0'

Expand Down

0 comments on commit b8c86a6

Please sign in to comment.