diff --git a/application.properties b/application.properties index 5b926cb21..de5c4a561 100644 --- a/application.properties +++ b/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 diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy index fadedcae9..070f8d59e 100644 --- a/grails-app/conf/BuildConfig.groovy +++ b/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 = { @@ -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 + } } }