Skip to content

Commit

Permalink
update release plugin to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Nov 11, 2012
1 parent a79f706 commit 302a678
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
6 changes: 0 additions & 6 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
#Grails Metadata file
#Sun May 13 14:00:38 EDT 2012
app.grails.version=2.0.1
app.name=google-visualization
plugins.hibernate=2.0.1
plugins.release=2.0.0
plugins.tomcat=2.0.1
30 changes: 14 additions & 16 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
grails.project.work.dir = 'target'
grails.project.source.level = 1.6

grails.project.dependency.resolution = {
inherits("global") {
}

repositories {
grailsPlugins()
grailsHome()
grailsCentral()
grailsRepo "http://grails.org/plugins"
}
inherits 'global'
log 'warn'

dependencies {
}
repositories {
grailsCentral()
}

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

0 comments on commit 302a678

Please sign in to comment.