浏览代码

Start 4.1.0

Rob Winch 10 年之前
父节点
当前提交
26ab012b57

+ 1 - 1
build.gradle

@@ -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 {

+ 1 - 1
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

@@ -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
gradle.properties

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

+ 1 - 1
taglibs/src/main/resources/META-INF/security.tld

@@ -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>