Skip to content

Commit

Permalink
use explicit jtfwg-version in jtrag's pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Petikoch committed Jan 15, 2015
1 parent baea596 commit eec59b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'maven-publish'
// "incubating"
apply plugin: 'jacoco'

version = '1.0.1-SNAPSHOT'
version = '1.0.1'
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'

Expand All @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile 'ch.petikoch.libs:jtwfg:+'
compile 'ch.petikoch.libs:jtwfg:1.0.1'

testCompile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.3.8', classifier: 'indy'
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
Expand Down

0 comments on commit eec59b3

Please sign in to comment.