Skip to content

Commit

Permalink
Merge pull request #10 from anotherchrisberry/version-bump
Browse files Browse the repository at this point in the history
bump version to 0.4.1
  • Loading branch information
anotherchrisberry committed Jan 16, 2016
2 parents 2012ac1 + efb81d2 commit bab7491
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
def spockRetryVersion = "0.4.1"

buildscript {
repositories {
jcenter()
Expand Down Expand Up @@ -34,7 +36,7 @@ publishing {
from components.java
groupId "com.anotherchrisberry"
artifactId "spock-retry"
version "0.4"
version "${spockRetryVersion}"
artifact sourceJar {
classifier "sources"
}
Expand All @@ -52,9 +54,9 @@ bintray {
vcsUrl = "https://github.com/anotherchrisberry/spock-retry.git"
publications = ["mavenJava"]
version {
name = "0.4.0"
name = "${spockRetryVersion}"
released = new Date()
vcsTag = "0.4"
vcsTag = "${spockRetryVersion}"
}
}
}

0 comments on commit bab7491

Please sign in to comment.