Skip to content

Commit

Permalink
Fix use of app version for jetty-server dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 2, 2013
1 parent a1846b8 commit c79f45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeckapp/grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ grails.project.dependency.resolution = {
runtime("org.rundeck:rundeck-core:${rundeckVersion}") {
changing = true
}
runtime("org.rundeck:rundeck-jetty-server:${appVersion}") {
runtime("org.rundeck:rundeck-jetty-server:${rundeckVersion}") {
changing = true
}
}
Expand Down

0 comments on commit c79f45d

Please sign in to comment.