Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
benlucchesi committed Feb 23, 2016
2 parents 2ff7580 + 4230684 commit 288652b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 484 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,7 +7,7 @@ stacktrace.log
/target
/out
/web-app/WEB-INF/classes

/build
/*.zip
/*.zip.sha1
*.class
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Cookie Session Grails Plugin

Current Version: 3.0.0
Current Version: 3.0.1

The Cookie Session plugin enables grails applications to store session data in http cookies between requests instead of in memory on the server. Client sessions are transmitted from the browser to the application with each request and transmitted back with each response. This allows application deployments to be more stateless. Benefits of managing sessions this way include:

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -17,7 +17,7 @@ plugins {
id "com.jfrog.bintray" version "1.2"
}

version "3.0.0"
version "3.0.1"
group "org.grails.plugins"

apply plugin: 'maven-publish'
Expand Down Expand Up @@ -83,15 +83,15 @@ bintray {
pkg {

repo = 'maven'
name = 'grails-cookie-session-plugin'
name = 'cookie-session'
userOrg = ''
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/benlucchesi/grails-cookie-session.git'
websiteUrl = 'https://github.com/benlucchesi/grails-cookie-session'
issueTrackerUrl = 'https://github.com/benlucchesi/grails-cookie-session'

version {
name = '3.0.0'
name = '3.0.1'
desc = 'grails 3.x compatible release'
released = new Date()
}
Expand Down
130 changes: 0 additions & 130 deletions build/.dependencies

This file was deleted.

3 changes: 0 additions & 3 deletions build/classes/main/META-INF/grails-plugin.xml

This file was deleted.

8 changes: 0 additions & 8 deletions build/config.groovy

This file was deleted.

6 changes: 0 additions & 6 deletions build/gsp-classes/main/gsp/views.properties

This file was deleted.

31 changes: 0 additions & 31 deletions build/resources/main/error.gsp

This file was deleted.

123 changes: 0 additions & 123 deletions build/resources/main/index.gsp

This file was deleted.

19 changes: 0 additions & 19 deletions build/resources/main/layouts/main.gsp

This file was deleted.

23 changes: 0 additions & 23 deletions build/resources/main/logback.groovy

This file was deleted.

14 changes: 0 additions & 14 deletions build/resources/main/notFound.gsp

This file was deleted.

117 changes: 0 additions & 117 deletions build/resources/main/plugin.yml

This file was deleted.

0 comments on commit 288652b

Please sign in to comment.