Start 4.1.0

This commit is contained in:
Rob Winch 2015-08-18 13:58:01 -05:00
parent db9584104c
commit 26ab012b57
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ allprojects {
maven { url "http://repo.terracotta.org/maven2/" }
}
eclipse.project.name = "${project.name}-4.0.x"
eclipse.project.name = "${project.name}-4.1.x"
}
sonarRunner {

View File

@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
* N.B. Classes are not intended to be serializable between different versions. See
* 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";

View File

@ -1 +1 @@
version=4.0.3.CI-SNAPSHOT
version=4.1.0.BUILD-SNAPSHOT

View File

@ -20,7 +20,7 @@
version="2.0">
<description>Spring Security Authorization Tag Library</description>
<tlib-version>4.0</tlib-version>
<tlib-version>4.1</tlib-version>
<short-name>security</short-name>
<uri>http://www.springframework.org/security/tags</uri>