From a34178bc40a3da9bfa5963b9243fd51fa5369d4a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 12 Dec 2013 08:16:59 -0600 Subject: [PATCH] SEC-2434: Update to Spring 3.2.6 and Spring 4.0 GA --- acl/pom.xml | 28 +++++++-------- aspects/pom.xml | 22 ++++++------ build.gradle | 5 ++- cas/pom.xml | 22 ++++++------ config/pom.xml | 34 +++++++++---------- core/pom.xml | 28 +++++++-------- .../core/SpringSecurityCoreVersion.java | 2 +- crypto/pom.xml | 16 ++++----- itest/context/pom.xml | 26 +++++++------- itest/web/pom.xml | 24 ++++++------- ldap/pom.xml | 22 ++++++------ openid/pom.xml | 24 ++++++------- remoting/pom.xml | 22 ++++++------ samples/aspectj-xml/pom.xml | 16 ++++----- samples/cas/sample-xml/pom.xml | 16 ++++----- samples/cas/server/pom.xml | 16 ++++----- samples/concurrency-jc/pom.xml | 20 +++++------ samples/contacts-xml/pom.xml | 32 ++++++++--------- samples/dms-xml/pom.xml | 26 +++++++------- samples/form-jc/pom.xml | 20 +++++------ samples/gae-xml/pom.xml | 26 +++++++------- samples/hellojs-jc/pom.xml | 20 +++++------ samples/hellomvc-jc/pom.xml | 20 +++++------ samples/helloworld-jc/pom.xml | 16 ++++----- samples/inmemory-jc/pom.xml | 20 +++++------ samples/insecure/pom.xml | 16 ++++----- samples/insecuremvc/pom.xml | 20 +++++------ samples/jaas-xml/pom.xml | 24 ++++++------- samples/jdbc-jc/pom.xml | 20 +++++------ samples/ldap-jc/pom.xml | 20 +++++------ samples/ldap-xml/pom.xml | 16 ++++----- samples/messages-jc/pom.xml | 34 +++++++++---------- samples/openid-jc/pom.xml | 20 +++++------ samples/openid-xml/pom.xml | 16 ++++----- samples/preauth-jc/pom.xml | 20 +++++------ samples/preauth-xml/pom.xml | 16 ++++----- samples/rememberme-jc/pom.xml | 20 +++++------ samples/servletapi-xml/pom.xml | 26 +++++++------- samples/tutorial-xml/pom.xml | 22 ++++++------ samples/x509-jc/pom.xml | 20 +++++------ taglibs/pom.xml | 26 +++++++------- web/pom.xml | 30 ++++++++-------- 42 files changed, 444 insertions(+), 445 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 84c82498b5..a3290051cf 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-acl spring-security-acl - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -64,19 +64,19 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -150,19 +150,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index 9d6ac9f39d..e8c30e86ac 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-aspects spring-security-aspects - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -58,19 +58,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -132,13 +132,13 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/build.gradle b/build.gradle index cdfb3211b8..7c8906519d 100644 --- a/build.gradle +++ b/build.gradle @@ -25,13 +25,12 @@ allprojects { ext.releaseBuild = version.endsWith('RELEASE') ext.snapshotBuild = version.endsWith('SNAPSHOT') - ext.springVersion = '3.2.4.RELEASE' - ext.spring4Version = '4.0.0.BUILD-SNAPSHOT' + ext.springVersion = '3.2.6.RELEASE' + ext.spring4Version = '4.0.0.RELEASE' group = 'org.springframework.security' repositories { - maven { url "http://repo.springsource.org/libs-snapshot" } maven { url "http://repo.springsource.org/plugins-release" } maven { url "http://repo.terracotta.org/maven2/" } } diff --git a/cas/pom.xml b/cas/pom.xml index 04630b6f67..9ceaa11001 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-cas spring-security-cas - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -70,19 +70,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -94,7 +94,7 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index 9cfb7bf55b..a06c1f12e1 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-config spring-security-config - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -64,25 +64,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -129,28 +129,28 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile true @@ -337,19 +337,19 @@ org.springframework spring-expression - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-orm - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index 4c5c3f01e4..de7c7a6f55 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-core spring-security-core - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -58,25 +58,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-expression - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -122,14 +122,14 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile true @@ -220,7 +220,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.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 5d437cb0fe..f3f5f70abd 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.4.RELEASE"; + static final String MIN_SPRING_VERSION = "3.2.6.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index 8026cd1a0c..e6a6895bd4 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-crypto spring-security-crypto - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -52,7 +52,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index f3c60367ce..35fb3bbe9f 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT itest-context itest-context - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -70,25 +70,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -100,7 +100,7 @@ org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -167,13 +167,13 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index d031e4a809..534700708f 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT itest-web itest-web - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -52,13 +52,13 @@ org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -70,7 +70,7 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -179,19 +179,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index 5ce3f43664..127b0de9a1 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-ldap spring-security-ldap - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -82,19 +82,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -106,7 +106,7 @@ org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index 1d009e7039..6ca4b403ca 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-openid spring-security-openid - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -82,25 +82,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -112,7 +112,7 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -167,7 +167,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index c6bf3f4ceb..2b9a801635 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-remoting spring-security-remoting - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -64,19 +64,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -131,7 +131,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index c89b624194..7330c76d2c 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -58,7 +58,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -126,7 +126,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 3b3fa2c2c1..41ba2d2727 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-cassample-xml spring-security-samples-cassample-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -78,7 +78,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -193,7 +193,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 5fc0f56d33..8f47986f67 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-casserver spring-security-samples-casserver - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 088aa4b2bd..d9dae4beee 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index f67a14304c..f9e63a26b6 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-contacts-xml spring-security-samples-contacts-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -72,25 +72,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -102,25 +102,25 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -187,7 +187,7 @@ org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE runtime @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index bef1ea6d6e..3b8156d3b9 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-samples-dms-xml spring-security-samples-dms-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -64,13 +64,13 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -82,13 +82,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE runtime @@ -156,13 +156,13 @@ org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE test org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index 99f104eddf..c201315639 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-form-jc spring-security-samples-form-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 1972b42ae4..6b549dc6e5 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-gae-xml spring-security-samples-gae-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -96,25 +96,25 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -126,13 +126,13 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -217,7 +217,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 5bf11ab4b9..ea6b1f2289 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -132,7 +132,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -144,13 +144,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -217,7 +217,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 40d5fb0d48..ba1873024c 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index 1820107244..d96dddda05 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -84,7 +84,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -139,7 +139,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index 2feed06d8d..b067d13301 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index 96831c1062..952a18646b 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-insecure spring-security-samples-insecure - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -72,7 +72,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -127,7 +127,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index 3923f0d10f..753c191cf4 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-insecuremvc spring-security-samples-insecuremvc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -108,7 +108,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -120,13 +120,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -193,7 +193,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 5805ed0f22..840e658883 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-jaas-xml spring-security-samples-jaas-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -66,19 +66,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -90,7 +90,7 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -145,7 +145,7 @@ org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE runtime @@ -169,7 +169,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index d1401b8a6e..e0ada991d9 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index 280af171ef..1423899442 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-ldap-jc spring-security-samples-ldap-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -168,7 +168,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -180,13 +180,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -253,7 +253,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index b23c60a1f7..2e08b60c58 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-ldap-xml spring-security-samples-ldap-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -127,7 +127,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index d4dab47e90..69213399a3 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-samples-messages-jc spring-security-samples-messages-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -106,31 +106,31 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-aspects - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -142,31 +142,31 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-instrument - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-orm - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -215,7 +215,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index 2928d8de10..a1364f636c 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-openid-jc spring-security-samples-openid-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -132,7 +132,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -144,13 +144,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -223,7 +223,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 7607e9fdfd..aafbc028c0 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-openid-xml spring-security-samples-openid-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -72,7 +72,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -145,7 +145,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index 899f148e80..cd58b67cec 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-preauth-jc spring-security-samples-preauth-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 6fadc340b7..104bc070eb 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-preauth-xml spring-security-samples-preauth-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -121,7 +121,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 5330ca1231..15dcb8cd85 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 41097468a4..994d5dbe95 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -78,19 +78,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -102,13 +102,13 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -151,7 +151,7 @@ org.springframework spring-context-support - 3.2.4.RELEASE + 3.2.6.RELEASE runtime @@ -175,7 +175,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index bff34f7d27..fe035b2e66 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -72,13 +72,13 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -90,13 +90,13 @@ org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -175,7 +175,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 11d253595b..75268fc801 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -8,10 +8,10 @@ war spring-security-samples-x509-jc spring-security-samples-x509-jc - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -28,9 +28,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -126,7 +126,7 @@ org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 173587da9c..cda38d058f 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-taglibs spring-security-taglibs - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -70,25 +70,25 @@ org.springframework spring-aop - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -100,13 +100,13 @@ org.springframework spring-expression - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -179,7 +179,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index 36071fd232..342d84bca9 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -7,10 +7,10 @@ 3.2.0.CI-SNAPSHOT spring-security-web spring-security-web - http://springsource.org/spring-security + http://spring.io/spring-security - SpringSource - http://springsource.org/ + spring.io + http://spring.io/ @@ -27,9 +27,9 @@ - scm:git:git://github.com/SpringSource/spring-security - scm:git:git://github.com/SpringSource/spring-security - https://github.com/SpringSource/spring-security + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security @@ -64,19 +64,19 @@ org.springframework spring-beans - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-context - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-core - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-expression - 3.2.4.RELEASE + 3.2.6.RELEASE compile org.springframework spring-web - 3.2.4.RELEASE + 3.2.6.RELEASE compile @@ -107,21 +107,21 @@ org.springframework spring-jdbc - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-tx - 3.2.4.RELEASE + 3.2.6.RELEASE compile true org.springframework spring-webmvc - 3.2.4.RELEASE + 3.2.6.RELEASE compile true @@ -224,7 +224,7 @@ org.springframework spring-test - 3.2.4.RELEASE + 3.2.6.RELEASE test