Skip to content

Commit

Permalink
Upgrade cola-tests
Browse files Browse the repository at this point in the history
Updated to 0.2.0

Issue #4
  • Loading branch information
bmsantos committed Jun 8, 2015
1 parent 65d2f01 commit eacdfae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cola-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group = 'com.github.bmsantos'
version = '0.1.0'
version = '0.2.0'

repositories {
mavenLocal()
Expand All @@ -16,7 +16,7 @@ dependencies {
compile gradleApi()
compile localGroovy()
compile 'org.codehaus.plexus:plexus-utils:3.0'
compile 'com.github.bmsantos:cola-tests:0.1.0'
compile 'com.github.bmsantos:cola-tests:0.2.0'
testCompile 'junit:junit:4.11'
testCompile 'org.hamcrest:hamcrest-library:1.3'
}
Expand Down
6 changes: 3 additions & 3 deletions consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
}

dependencies {
classpath 'com.github.bmsantos:cola-tests:0.1.0'
classpath 'com.github.bmsantos:cola-gradle-plugin:0.1.0'
classpath 'com.github.bmsantos:cola-tests:0.2.0'
classpath 'com.github.bmsantos:cola-gradle-plugin:0.2.0'
}
}

Expand All @@ -31,7 +31,7 @@ repositories {
dependencies {
compile 'commons-collections:commons-collections:3.2'
testCompile 'org.slf4j:slf4j-simple:1.7.7'
testCompile 'com.github.bmsantos:cola-tests:0.1.0'
testCompile 'com.github.bmsantos:cola-tests:0.2.0'
testCompile 'junit:junit:4.+'
}

Expand Down
6 changes: 3 additions & 3 deletions incremental-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {
}

dependencies {
classpath 'com.github.bmsantos:cola-tests:0.1.0'
classpath 'com.github.bmsantos:cola-gradle-plugin:0.1.0'
classpath 'com.github.bmsantos:cola-tests:0.2.0'
classpath 'com.github.bmsantos:cola-gradle-plugin:0.2.0'
}
}

Expand All @@ -34,7 +34,7 @@ repositories {
dependencies {
compile 'commons-collections:commons-collections:3.2'
testCompile 'org.slf4j:slf4j-simple:1.7.7'
testCompile 'com.github.bmsantos:cola-tests:0.1.0'
testCompile 'com.github.bmsantos:cola-tests:0.2.0'
testCompile 'junit:junit:4.+'
}

Expand Down

0 comments on commit eacdfae

Please sign in to comment.