Skip to content

Commit

Permalink
PATCH: replace dynamic version for POM validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnelson committed Nov 26, 2017
1 parent 2fa40b2 commit 7ad8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse-plugin-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile 'com.github.zafarkhaja:java-semver:0.9.0'
compile 'org.apache.commons:commons-io:1.3.2'
compile 'org.apache.commons:commons-math3:3.6.1'
compile (group:'com.cinchapi', name: 'bucket', version: '1.1.+') {
compile (group:'com.cinchapi', name: 'bucket', version: '1.1.0') {
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.cinchapi'
}
Expand Down

0 comments on commit 7ad8b6e

Please sign in to comment.