Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to use grails 2.2.0 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions DroolsGormGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected], [email protected]"
Expand Down
8 changes: 4 additions & 4 deletions application.properties
Original file line number Diff line number Diff line change
@@ -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