mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 04:52:16 +00:00
SEC-2474: Update tests against Spring 4.0.1
This commit is contained in:
parent
087b56da96
commit
4eff50b48b
@ -26,7 +26,7 @@ allprojects {
|
|||||||
ext.releaseBuild = version.endsWith('RELEASE')
|
ext.releaseBuild = version.endsWith('RELEASE')
|
||||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
ext.springVersion = '3.2.7.RELEASE'
|
ext.springVersion = '3.2.7.RELEASE'
|
||||||
ext.spring4Version = '4.0.0.RELEASE'
|
ext.spring4Version = '4.0.1.RELEASE'
|
||||||
|
|
||||||
group = 'org.springframework.security'
|
group = 'org.springframework.security'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user