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