mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-11-01 15:18:53 +00:00
Start 4.1.0
This commit is contained in:
parent
db9584104c
commit
26ab012b57
@ -37,7 +37,7 @@ allprojects {
|
|||||||
maven { url "http://repo.terracotta.org/maven2/" }
|
maven { url "http://repo.terracotta.org/maven2/" }
|
||||||
}
|
}
|
||||||
|
|
||||||
eclipse.project.name = "${project.name}-4.0.x"
|
eclipse.project.name = "${project.name}-4.1.x"
|
||||||
}
|
}
|
||||||
|
|
||||||
sonarRunner {
|
sonarRunner {
|
||||||
|
|||||||
@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
* N.B. Classes are not intended to be serializable between different versions. See
|
* N.B. Classes are not intended to be serializable between different versions. See
|
||||||
* SEC-1709 for why we still need a serial version.
|
* SEC-1709 for why we still need a serial version.
|
||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 400L;
|
public static final long SERIAL_VERSION_UID = 410L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "4.1.6.RELEASE";
|
static final String MIN_SPRING_VERSION = "4.1.6.RELEASE";
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
version=4.0.3.CI-SNAPSHOT
|
version=4.1.0.BUILD-SNAPSHOT
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
version="2.0">
|
version="2.0">
|
||||||
<description>Spring Security Authorization Tag Library</description>
|
<description>Spring Security Authorization Tag Library</description>
|
||||||
|
|
||||||
<tlib-version>4.0</tlib-version>
|
<tlib-version>4.1</tlib-version>
|
||||||
<short-name>security</short-name>
|
<short-name>security</short-name>
|
||||||
<uri>http://www.springframework.org/security/tags</uri>
|
<uri>http://www.springframework.org/security/tags</uri>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user