parent
697daeab7c
commit
14e5e06ae0
|
@ -27,7 +27,7 @@ allprojects {
|
||||||
|
|
||||||
ext.releaseBuild = version.endsWith('RELEASE')
|
ext.releaseBuild = version.endsWith('RELEASE')
|
||||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
ext.springVersion = '4.3.3.RELEASE'
|
ext.springVersion = '4.3.4.RELEASE'
|
||||||
ext.springLdapVersion = '2.2.0.RC1'
|
ext.springLdapVersion = '2.2.0.RC1'
|
||||||
|
|
||||||
group = 'org.springframework.security'
|
group = 'org.springframework.security'
|
||||||
|
|
Loading…
Reference in New Issue