diff --git a/acl/pom.xml b/acl/pom.xml
index 9bf30ae515..5983a9203b 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -64,19 +64,19 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -88,13 +88,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -150,19 +150,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/aspects/pom.xml b/aspects/pom.xml
index d54963ac99..38b211b14b 100644
--- a/aspects/pom.xml
+++ b/aspects/pom.xml
@@ -58,19 +58,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -132,13 +132,13 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/build.gradle b/build.gradle
index d12b00b60d..90bc408dab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
- ext.springVersion = '3.2.7.RELEASE'
+ ext.springVersion = '3.2.8.RELEASE'
ext.spring4Version = '4.0.1.RELEASE'
ext.springLdapVersion = '1.3.2.RELEASE'
ext.springLdap2Version = '2.0.1.CI-SNAPSHOT'
diff --git a/cas/pom.xml b/cas/pom.xml
index 7afaeaf9f8..5038bafd9e 100644
--- a/cas/pom.xml
+++ b/cas/pom.xml
@@ -70,19 +70,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -94,7 +94,7 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -150,7 +150,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/config/pom.xml b/config/pom.xml
index 082fbd683a..669df3435f 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -64,25 +64,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -129,28 +129,28 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
@@ -367,19 +367,19 @@
org.springframework
spring-expression
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-orm
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/core/pom.xml b/core/pom.xml
index 52f6cfd8de..94f7a5bad6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -58,25 +58,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -88,7 +88,7 @@
org.springframework
spring-expression
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -122,14 +122,14 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
@@ -220,7 +220,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
index 21516601f6..b1d78ec659 100644
--- a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
+++ b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
- static final String MIN_SPRING_VERSION = "3.2.7.RELEASE";
+ static final String MIN_SPRING_VERSION = "3.2.8.RELEASE";
static {
performVersionChecks();
diff --git a/crypto/pom.xml b/crypto/pom.xml
index 953728cb1f..2eae485778 100644
--- a/crypto/pom.xml
+++ b/crypto/pom.xml
@@ -52,7 +52,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -101,7 +101,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/itest/context/pom.xml b/itest/context/pom.xml
index 6b0d3376b8..daf1023549 100644
--- a/itest/context/pom.xml
+++ b/itest/context/pom.xml
@@ -70,25 +70,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -100,7 +100,7 @@
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -167,13 +167,13 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/itest/web/pom.xml b/itest/web/pom.xml
index 84d49b08dd..5392595bd8 100644
--- a/itest/web/pom.xml
+++ b/itest/web/pom.xml
@@ -52,13 +52,13 @@
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -70,7 +70,7 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -179,19 +179,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/ldap/pom.xml b/ldap/pom.xml
index 18c56c8e61..93143a3f0d 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -82,19 +82,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -106,7 +106,7 @@
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -204,7 +204,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/openid/pom.xml b/openid/pom.xml
index 8ab01ec6d8..a69e94d8d4 100644
--- a/openid/pom.xml
+++ b/openid/pom.xml
@@ -82,25 +82,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -112,7 +112,7 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -167,7 +167,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 63c0808643..8b9b9a3b0f 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -64,19 +64,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -88,7 +88,7 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -131,7 +131,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml
index 5f59ad16fc..c50d76dca0 100644
--- a/samples/aspectj-xml/pom.xml
+++ b/samples/aspectj-xml/pom.xml
@@ -58,7 +58,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -126,7 +126,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml
index 59644dd323..2d7d1f3bc8 100644
--- a/samples/cas/sample-xml/pom.xml
+++ b/samples/cas/sample-xml/pom.xml
@@ -78,7 +78,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -193,7 +193,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml
index 2891812f84..627c6cafe8 100644
--- a/samples/cas/server/pom.xml
+++ b/samples/cas/server/pom.xml
@@ -60,7 +60,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -109,7 +109,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml
index 0ae2e54247..4882fd5ca0 100644
--- a/samples/concurrency-jc/pom.xml
+++ b/samples/concurrency-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml
index 182c30e5a5..2258c7c342 100644
--- a/samples/contacts-xml/pom.xml
+++ b/samples/contacts-xml/pom.xml
@@ -72,25 +72,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -102,25 +102,25 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -187,7 +187,7 @@
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
runtime
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml
index 05e8dba7b0..a25a815242 100644
--- a/samples/dms-xml/pom.xml
+++ b/samples/dms-xml/pom.xml
@@ -64,13 +64,13 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -82,13 +82,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -120,7 +120,7 @@
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
runtime
@@ -156,13 +156,13 @@
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml
index 91ea8ad665..cddfa3a087 100644
--- a/samples/form-jc/pom.xml
+++ b/samples/form-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml
index e6411b840e..d0f7327dd4 100644
--- a/samples/gae-xml/pom.xml
+++ b/samples/gae-xml/pom.xml
@@ -96,25 +96,25 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -126,13 +126,13 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -217,7 +217,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml
index fd91e314ea..ecf550ac30 100644
--- a/samples/hellojs-jc/pom.xml
+++ b/samples/hellojs-jc/pom.xml
@@ -132,7 +132,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -144,13 +144,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -217,7 +217,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml
index da71e764c1..4c09297359 100644
--- a/samples/hellomvc-jc/pom.xml
+++ b/samples/hellomvc-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml
index b69f3d8733..37ec931a53 100644
--- a/samples/helloworld-jc/pom.xml
+++ b/samples/helloworld-jc/pom.xml
@@ -84,7 +84,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -139,7 +139,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml
index c9de97e085..733cf16094 100644
--- a/samples/inmemory-jc/pom.xml
+++ b/samples/inmemory-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml
index bbb8ba1e5b..580badc6fa 100644
--- a/samples/insecure/pom.xml
+++ b/samples/insecure/pom.xml
@@ -72,7 +72,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -127,7 +127,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml
index 915ab0a318..bbe23b56bb 100644
--- a/samples/insecuremvc/pom.xml
+++ b/samples/insecuremvc/pom.xml
@@ -108,7 +108,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -120,13 +120,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -193,7 +193,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml
index 1c7d2a4d65..4b818f8bc6 100644
--- a/samples/jaas-xml/pom.xml
+++ b/samples/jaas-xml/pom.xml
@@ -66,19 +66,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -90,7 +90,7 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -145,7 +145,7 @@
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
runtime
@@ -169,7 +169,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml
index f841a7895a..af4a754653 100644
--- a/samples/jdbc-jc/pom.xml
+++ b/samples/jdbc-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml
index de0558a818..b0218e1c35 100644
--- a/samples/ldap-jc/pom.xml
+++ b/samples/ldap-jc/pom.xml
@@ -168,7 +168,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -180,13 +180,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -253,7 +253,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml
index deedb4a95e..509c020d24 100644
--- a/samples/ldap-xml/pom.xml
+++ b/samples/ldap-xml/pom.xml
@@ -60,7 +60,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -127,7 +127,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml
index 1d470e7b66..0517a86b4f 100644
--- a/samples/messages-jc/pom.xml
+++ b/samples/messages-jc/pom.xml
@@ -100,37 +100,31 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-aspects
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
- compile
-
-
- org.springframework
- spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -139,28 +133,34 @@
+
+ org.springframework
+ spring-core
+ 3.2.8.RELEASE
+ compile
+
org.springframework
spring-instrument
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-orm
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -221,7 +221,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml
index 32b6c064a5..6b298b31b3 100644
--- a/samples/openid-jc/pom.xml
+++ b/samples/openid-jc/pom.xml
@@ -132,7 +132,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -144,13 +144,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -223,7 +223,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml
index 19fc670968..0b286b0b0b 100644
--- a/samples/openid-xml/pom.xml
+++ b/samples/openid-xml/pom.xml
@@ -72,7 +72,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -145,7 +145,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml
index f38fa01bd8..2c70ec8266 100644
--- a/samples/preauth-jc/pom.xml
+++ b/samples/preauth-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml
index b559b81db7..60dcd5110b 100644
--- a/samples/preauth-xml/pom.xml
+++ b/samples/preauth-xml/pom.xml
@@ -60,7 +60,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -121,7 +121,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml
index c74e01cdb1..46e568fe74 100644
--- a/samples/rememberme-jc/pom.xml
+++ b/samples/rememberme-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml
index 9eaf7d57db..f38d64195b 100644
--- a/samples/servletapi-xml/pom.xml
+++ b/samples/servletapi-xml/pom.xml
@@ -78,19 +78,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -102,13 +102,13 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -151,7 +151,7 @@
org.springframework
spring-context-support
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
runtime
@@ -175,7 +175,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml
index cb69aa32a8..839ae2057e 100644
--- a/samples/tutorial-xml/pom.xml
+++ b/samples/tutorial-xml/pom.xml
@@ -72,13 +72,13 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -90,13 +90,13 @@
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -175,7 +175,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml
index 00bc5a0878..e6671c35c6 100644
--- a/samples/x509-jc/pom.xml
+++ b/samples/x509-jc/pom.xml
@@ -126,7 +126,7 @@
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -138,13 +138,13 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -211,7 +211,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/taglibs/pom.xml b/taglibs/pom.xml
index 63a14acc3a..af5eec3885 100644
--- a/taglibs/pom.xml
+++ b/taglibs/pom.xml
@@ -70,25 +70,25 @@
org.springframework
spring-aop
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -100,13 +100,13 @@
org.springframework
spring-expression
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -179,7 +179,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test
diff --git a/web/pom.xml b/web/pom.xml
index d7bf37ac77..81ca0a3669 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -64,19 +64,19 @@
org.springframework
spring-beans
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-context
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-core
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -88,13 +88,13 @@
org.springframework
spring-expression
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
org.springframework
spring-web
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
@@ -107,21 +107,21 @@
org.springframework
spring-jdbc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-tx
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
org.springframework
spring-webmvc
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
compile
true
@@ -224,7 +224,7 @@
org.springframework
spring-test
- 3.2.7.RELEASE
+ 3.2.8.RELEASE
test