Skip to content

Commit

Permalink
update to release plugin 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Sep 9, 2012
1 parent 24adeb9 commit 3968cbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -13,12 +13,6 @@ grails.project.dependency.resolution = {
mavenCentral()
}

plugins {
build(':release:2.0.3', ':rest-client-builder:1.0.2') {
export = false
}
}

dependencies {

String jettyVersion = '7.6.0.v20120127'
Expand All @@ -30,4 +24,10 @@ grails.project.dependency.resolution = {
// needed for JSP compilation
runtime 'org.eclipse.jdt.core.compiler:ecj:3.6.2'
}

plugins {
build(':release:2.0.4', ':rest-client-builder:1.0.2') {
export = false
}
}
}

0 comments on commit 3968cbe

Please sign in to comment.