SEC-2096: Update to Spring 3.2.0.RELEASE

This commit is contained in:
Rob Winch 2012-12-13 10:04:01 -06:00
parent 2e8a61660d
commit ebb82e1aa9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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'
@ -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/"
]