Skip to content

Commit

Permalink
upgraded project to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlucchesi committed Nov 12, 2012
1 parent 7441d9e commit d48863e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CookieSessionGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CookieSessionGrailsPlugin {
def license = "APACHE"

// Online location of the plugin's browseable source code.
def scm = [url: 'https://github.com/benlucchesi/grails-cookie-session-v2']
def scm = [url: 'http://github.com/benlucchesi/grails-cookie-session-v2']

def getWebXmlFilterOrder() {
[cookieSessionFilter: -100]
Expand Down
6 changes: 3 additions & 3 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Grails Metadata file
#Sat Nov 10 15:35:44 PST 2012
app.grails.version=2.1.0
#Sun Nov 11 16:12:23 PST 2012
app.grails.version=2.1.1
app.name=cookie-session
#plugins.tomcat=2.1.0
plugins.tomcat=2.1.1

0 comments on commit d48863e

Please sign in to comment.