Skip to content

Commit

Permalink
Bump to version 1.2.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Fix usage line in create-ldap-realm
add all logs and idea files to .gitignore
set grails version to 2.3.7
  • Loading branch information
pmcneil committed May 6, 2015
1 parent f53119e commit a5f4779
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.settings/
stacktrace.log
build/
eclipse/
plugin.xml
Expand All @@ -8,4 +7,7 @@ test/reports/
work/
/web-app/
grails-shiro*.zip
*.iml
*.iml
.idea/**
*.log
grails-app/conf/UrlMappings.groovy
4 changes: 3 additions & 1 deletion ShiroGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ import org.codehaus.groovy.grails.commons.GrailsClassUtils
import org.codehaus.groovy.grails.plugins.web.filters.FilterConfig
import org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator

import javax.servlet.Filter

class ShiroGrailsPlugin {

def version = "1.2.1"
def version = "1.2.2-SNAPSHOT"
def grailsVersion = "1.2 > *"
def author = "Peter Ledbrook"
def authorEmail = "[email protected]"
Expand Down
5 changes: 4 additions & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
app.grails.version=2.2.4
#Grails Metadata file
#Fri May 30 11:26:10 EST 2014
app.grails.version=2.3.7
app.name=grails-shiro
app.servlet.version=2.5
2 changes: 1 addition & 1 deletion scripts/CreateLdapRealm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ includeTargets << grailsScript("_GrailsArgParsing")
includeTargets << new File(shiroPluginDir, "scripts/_ShiroInternal.groovy")

USAGE = """
create-db-realm [--prefix=PREFIX]
create-ldap-realm [--prefix=PREFIX]
where
PREFIX = The prefix to add to the name of the realm. This may include a
Expand Down

0 comments on commit a5f4779

Please sign in to comment.