Skip to content

Commit

Permalink
Remove '1+' syntax to make Maven happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Apr 10, 2015
1 parent 07eb69d commit 4629297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configurations {
dependencies {
compile fileTree(dir: 'lib').include("*.jar")
compile (
[group: 'com.nwalsh', name: 'nwalsh-annotations', version: '1+'],
[group: 'com.nwalsh', name: 'nwalsh-annotations', version: '1.0.0'],
[group: 'com.xmlcalabash', name: 'xmlcalabash', version: '1.1.0-95'],
)
}
Expand Down

0 comments on commit 4629297

Please sign in to comment.