Browse Source

Start 4.1.0

pull/217/head
Rob Winch 10 years ago
parent
commit
26ab012b57
  1. 2
      build.gradle
  2. 2
      core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
  3. 2
      gradle.properties
  4. 2
      taglibs/src/main/resources/META-INF/security.tld

2
build.gradle

@ -37,7 +37,7 @@ allprojects { @@ -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 {

2
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion { @@ -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";

2
gradle.properties

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

2
taglibs/src/main/resources/META-INF/security.tld

@ -20,7 +20,7 @@ @@ -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>

Loading…
Cancel
Save