Skip to content

Commit

Permalink
creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Jan 4, 2018
1 parent d87ea2e commit 0cb4c30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ buildscript {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.16' }
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' }
}

version = '8.0.4-SNAPSHOT'
version = '8.1.0'

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

dependencies {
compile 'org.apache.commons:commons-lang3:3.7'
compile 'commons-io:commons-io:2.6'
compile 'commons-codec:commons-codec:1.11'
compile 'com.google.code.gson:gson:2.8.2'
compile 'org.slf4j:slf4j-api:1.7.25'
}

0 comments on commit 0cb4c30

Please sign in to comment.