Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
using latest common
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Sep 26, 2017
1 parent 11db0dc commit c0dcf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -7,7 +7,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.blackducksoftware.integration'
version = '0.3.1-SNAPSHOT'
version = '0.3.1'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down Expand Up @@ -95,6 +95,6 @@ signing {
}

dependencies {
compile 'com.blackducksoftware.integration:integration-common:7.0.0'
compile 'com.blackducksoftware.integration:integration-common:7.1.0'
compile gradleApi()
}

0 comments on commit c0dcf1a

Please sign in to comment.