Skip to content

Commit

Permalink
SEC-2096: Update to Spring 3.2.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Dec 18, 2012
1 parent 2e8a616 commit ebb82e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {

static final String SPRING_MAJOR_VERSION = "3";

static final String MIN_SPRING_VERSION = "3.2.0.BUILD-SNAPSHOT";
static final String MIN_SPRING_VERSION = "3.2.0.RELEASE";

static {
// Check Spring Compatibility
Expand Down
4 changes: 2 additions & 2 deletions gradle/javaprojects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'eclipse'
sourceCompatibility = 1.5
targetCompatibility = 1.5

ext.springVersion = '3.2.0.BUILD-SNAPSHOT'
ext.springVersion = '3.2.0.RELEASE'
ext.springLdapVersion = '1.3.1.RELEASE'
ext.ehcacheVersion = '1.6.2'
ext.aspectjVersion = '1.6.10'
Expand Down Expand Up @@ -127,7 +127,7 @@ javadoc {
header = project.name
outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET
links = [
"http://static.springframework.org/spring/docs/3.0.x/javadoc-api",
"http://static.springsource.org/spring/docs/3.2.x/javadoc-api/",
"http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/",
"http://download.oracle.com/javase/6/docs/api/"
]
Expand Down

0 comments on commit ebb82e1

Please sign in to comment.