Skip to content

Commit

Permalink
update to Grails 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Jul 17, 2012
1 parent c741356 commit dbd62aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 3 additions & 3 deletions application.properties
@@ -1,4 +1,4 @@
#Grails Metadata file
#Fri Jan 27 15:00:07 EST 2012
app.grails.version=2.0.0
plugins.release=1.0.1
#Tue Jul 17 11:29:03 EDT 2012
app.grails.version=2.0.4
plugins.hibernate=2.0.4
15 changes: 5 additions & 10 deletions grails-app/conf/BuildConfig.groovy
@@ -1,7 +1,6 @@
import grails.util.Metadata

grails.project.work.dir = 'target'
grails.project.docs.output.dir = 'docs/manual' // for backwards-compatibility, the docs are checked into gh-pages branch
grails.project.source.level = 1.6

grails.project.dependency.resolution = {

Expand Down Expand Up @@ -33,15 +32,11 @@ grails.project.dependency.resolution = {
}

plugins {

if (Metadata.current.getGrailsVersion()[0] != '1') {
build(":hibernate:$grailsVersion") {
export = false
excludes 'dom4j'
}
}

// hackish using 'provided' but 'build' doesn't put it in the pom
provided ':webxml:1.4.1'

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

0 comments on commit dbd62aa

Please sign in to comment.