Navigation Menu

Skip to content

Commit

Permalink
increasing the version and easing the dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sronderos committed Dec 27, 2010
1 parent 7b31480 commit 2c3d2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultiTenantSpringSecurityGrailsPlugin.groovy
Expand Up @@ -24,11 +24,11 @@ import org.codehaus.groovy.grails.commons.ConfigurationHolder
*/
class MultiTenantSpringSecurityGrailsPlugin {
// the plugin version
def version = "0.2.0"
def version = "0.2.1"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3.5 > *"
// the other plugins this plugin depends on
def dependsOn = [springSecurityCore:"1.0.1", multiTenantCore:"1.0.0"]
def dependsOn = [springSecurityCore:"1.0.0 > *", multiTenantCore:"1.0.0 > *"]
// resources that are excluded from plugin packaging
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down

0 comments on commit 2c3d2a5

Please sign in to comment.