diff --git a/build.gradle b/build.gradle index f0df632..1ab1311 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'maven-publish' // "incubating" apply plugin: 'jacoco' -version = '1.0.3-SNAPSHOT' +version = '1.0.3' ext.artifactGroupId = 'ch.petikoch.libs' ext.description = 'A little java 7+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks' @@ -25,7 +25,7 @@ repositories { } dependencies { - compile 'ch.petikoch.libs:jtwfg:1.0.2' + compile 'ch.petikoch.libs:jtwfg:1.0.3' testCompile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.3.8', classifier: 'indy' testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {