Skip to content

Commit

Permalink
updated to v2 of release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed May 21, 2012
1 parent 8f98095 commit 26f3d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application.properties
@@ -1,4 +1 @@
#Grails Metadata file
#Tue Mar 06 15:34:49 EST 2012
app.grails.version=2.0.0
plugins.release=1.0.1
6 changes: 6 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -10,4 +10,10 @@ grails.project.dependency.resolution = {
repositories {
grailsCentral()
}

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

0 comments on commit 26f3d22

Please sign in to comment.