parent
9d50944cb2
commit
5f6312c5be
|
@ -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.1.BUILD-SNAPSHOT'
|
ext.springVersion = '4.3.1.RELEASE'
|
||||||
ext.springLdapVersion = '2.0.2.RELEASE'
|
ext.springLdapVersion = '2.0.2.RELEASE'
|
||||||
|
|
||||||
group = 'org.springframework.security'
|
group = 'org.springframework.security'
|
||||||
|
|
|
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 410L;
|
public static final long SERIAL_VERSION_UID = 410L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.3.1.BUILD-SNAPSHOT";
|
static final String MIN_SPRING_VERSION = "4.3.1.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
|
Loading…
Reference in New Issue