From 381e58faa2fe76d5858c6c2ee92e07d947a63980 Mon Sep 17 00:00:00 2001 From: Brad Zeitner Date: Wed, 13 Mar 2013 14:49:49 -0700 Subject: [PATCH] Updated to grails 2.2.0 --- DroolsGormGrailsPlugin.groovy | 8 +++----- application.properties | 8 ++++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/DroolsGormGrailsPlugin.groovy b/DroolsGormGrailsPlugin.groovy index 6df4c43..2386e2a 100644 --- a/DroolsGormGrailsPlugin.groovy +++ b/DroolsGormGrailsPlugin.groovy @@ -2,15 +2,13 @@ import grails.util.Environment; class DroolsGormGrailsPlugin { // the plugin version - def version = "0.5.6" + def version = "0.5.7" // the version or versions of Grails the plugin is designed for - def grailsVersion = "1.3.4 > *" + def grailsVersion = "2.2.0 > *" // the other plugins this plugin depends on def dependsOn = [:] // resources that are excluded from plugin packaging - def pluginExcludes = (Environment.current != Environment.TEST) ? - [ "grails-app/views/error.gsp", "grails-app/domain/org/drools/gorm/test/DroolsTest.groovy" ] : - [ "grails-app/views/error.gsp"] + def pluginExcludes = [ "grails-app/views/error.gsp", "grails-app/domain/org/drools/gorm/test/DroolsTest.groovy" ] def author = "Pablo 'bauna' Nussembaum, Diego López León" def authorEmail = "baunax@gmail.com, dieguitoll@gmail.com" diff --git a/application.properties b/application.properties index 526cb7e..e4b619e 100644 --- a/application.properties +++ b/application.properties @@ -1,6 +1,6 @@ #Grails Metadata file -#Mon Nov 01 15:46:09 ART 2010 -app.grails.version=1.3.5 +#Wed Mar 13 14:41:18 PDT 2013 +app.grails.version=2.2.0 app.name=drools-gorm -plugins.hibernate=1.3.5 -plugins.tomcat=1.3.5 +plugins.hibernate=2.2.0 +plugins.tomcat=2.2.0