Skip to content

Commit

Permalink
RC5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Jun 4, 2015
1 parent 8e2f981 commit 5a2234c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SpringSecurityCoreGrailsPlugin.groovy
Expand Up @@ -129,7 +129,7 @@ import org.springframework.web.filter.DelegatingFilterProxy
*/
class SpringSecurityCoreGrailsPlugin {

String version = '2.0-SNAPSHOT'
String version = '2.0-RC5'
String grailsVersion = '2.3.0 > *'
List observe = ['controllers']
List loadAfter = ['controllers', 'services', 'hibernate', 'hibernate4']
Expand Down
2 changes: 2 additions & 0 deletions src/docs/guide/introduction.gdoc
Expand Up @@ -3,6 +3,8 @@ The Spring Security plugin simplifies the integration of [Spring Security|http:
This guide documents configuration defaults and describes how to configure and extend the Spring Security plugin for Grails applications.

h4. Release History and Acknowledgment
* June 4, 2015
** 2.0-RC5 release
* July 8, 2014
** 2.0-RC4 release
* May 19, 2014
Expand Down

0 comments on commit 5a2234c

Please sign in to comment.