Release version 0.2.0

This commit is contained in:
Jakub Kubrynski
2015-01-27 16:52:06 +01:00
parent 30ba8ce639
commit eaa531ef10

View File

@@ -1,5 +1,5 @@
ext {
projectVersion = '0.2.0-SNAPSHOT'
projectVersion = '0.2.0'
projectGroup = 'io.codearte.accurest'
}
@@ -20,7 +20,7 @@ subprojects {
}
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.3.6'
compile localGroovy()
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'
}