From 5f6e3855f1d9d55c9cd2d56506696374c8d5b697 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 30 Oct 2015 16:41:18 -0500 Subject: [PATCH] Next Development Version --- acl/pom.xml | 10 ++++++++-- aspects/pom.xml | 10 ++++++++-- cas/pom.xml | 12 +++++++++--- config/pom.xml | 22 ++++++++++++++-------- core/pom.xml | 8 +++++++- crypto/pom.xml | 8 +++++++- data/pom.xml | 10 ++++++++-- gradle.properties | 2 +- itest/context/pom.xml | 14 ++++++++++---- itest/web/pom.xml | 18 ++++++++++++------ ldap/pom.xml | 10 ++++++++-- messaging/pom.xml | 12 +++++++++--- openid/pom.xml | 12 +++++++++--- remoting/pom.xml | 10 ++++++++-- samples/aspectj-jc/pom.xml | 14 ++++++++++---- samples/aspectj-xml/pom.xml | 14 ++++++++++---- samples/cas/sample-xml/pom.xml | 16 +++++++++++----- samples/cas/server/pom.xml | 8 +++++++- samples/chat-jc/pom.xml | 16 +++++++++++----- samples/concurrency-jc/pom.xml | 16 +++++++++++----- samples/contacts-xml/pom.xml | 18 ++++++++++++------ samples/data-jc/pom.xml | 12 +++++++++--- samples/dms-xml/pom.xml | 14 ++++++++++---- samples/form-jc/pom.xml | 16 +++++++++++----- samples/gae-xml/pom.xml | 16 +++++++++++----- samples/hellojs-jc/pom.xml | 16 +++++++++++----- samples/hellomvc-jc/pom.xml | 18 ++++++++++++------ samples/helloworld-jc/pom.xml | 12 +++++++++--- samples/helloworld-xml/pom.xml | 12 +++++++++--- samples/inmemory-jc/pom.xml | 18 ++++++++++++------ samples/insecure/pom.xml | 8 +++++++- samples/insecuremvc/pom.xml | 10 ++++++++-- samples/jaas-xml/pom.xml | 16 +++++++++++----- samples/jdbc-jc/pom.xml | 16 +++++++++++----- samples/ldap-jc/pom.xml | 18 ++++++++++++------ samples/ldap-xml/pom.xml | 16 +++++++++++----- samples/messages-jc/pom.xml | 12 +++++++++--- samples/openid-jc/pom.xml | 18 ++++++++++++------ samples/openid-xml/pom.xml | 16 +++++++++++----- samples/preauth-jc/pom.xml | 16 +++++++++++----- samples/preauth-xml/pom.xml | 12 +++++++++--- samples/rememberme-jc/pom.xml | 16 +++++++++++----- samples/servletapi-xml/pom.xml | 16 +++++++++++----- samples/tutorial-xml/pom.xml | 16 +++++++++++----- samples/x509-jc/pom.xml | 16 +++++++++++----- taglibs/pom.xml | 14 ++++++++++---- test/pom.xml | 14 ++++++++++---- web/pom.xml | 10 ++++++++-- 48 files changed, 468 insertions(+), 186 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 377561386c..aee53f39e9 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-acl spring-security-acl http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/aspects/pom.xml b/aspects/pom.xml index 9f5e0c3064..5190710c8f 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -30,11 +30,17 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/cas/pom.xml b/cas/pom.xml index 8d64e9d648..c3932a32ec 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-cas spring-security-cas http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.jasig.cas.client @@ -40,13 +46,13 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/config/pom.xml b/config/pom.xml index 9e2c0a55a1..e7541396d1 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-config spring-security-config http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -86,28 +92,28 @@ org.springframework.security spring-security-ldap - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true org.springframework.security spring-security-messaging - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true org.springframework.security spring-security-openid - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true @@ -360,13 +366,13 @@ org.springframework.security spring-security-aspects - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-cas - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test diff --git a/core/pom.xml b/core/pom.xml index 17c825dccc..eb4e9e51d5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-core spring-security-core http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance diff --git a/crypto/pom.xml b/crypto/pom.xml index e813c8f6bf..b2f7d4f680 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + commons-logging diff --git a/data/pom.xml b/data/pom.xml index e5daa1f2dc..2b6085c953 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-data spring-security-data http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.data @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/gradle.properties b/gradle.properties index 40c3efc639..a27fa9eb4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.0.3.RELEASE +version=4.0.4.CI-SNAPSHOT diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 8057d08765..cb0984ddc5 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-context - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT itest-context itest-context http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -46,7 +52,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -121,13 +127,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 95a59541a2..1c21216f5c 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT itest-web itest-web http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework @@ -139,31 +145,31 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-ldap - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test diff --git a/ldap/pom.xml b/ldap/pom.xml index 92915cac2c..d16ae25b3e 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.ldap @@ -62,7 +68,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/messaging/pom.xml b/messaging/pom.xml index 0e69e7f816..3aa2c83975 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -91,7 +97,7 @@ org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true diff --git a/openid/pom.xml b/openid/pom.xml index 38c109835d..2861e6afe6 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-openid spring-security-openid http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + com.google.inject @@ -52,13 +58,13 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/remoting/pom.xml b/remoting/pom.xml index 7246c9d1ba..9fa06dc3c1 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index 5c76cc5861..f8f5232267 100644 --- a/samples/aspectj-jc/pom.xml +++ b/samples/aspectj-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-samples-aspectj-jc spring-security-samples-aspectj-jc http://spring.io/spring-security @@ -30,17 +30,23 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -60,7 +66,7 @@ org.springframework.security spring-security-aspects - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 543cf78dda..d2024c3506 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml http://spring.io/spring-security @@ -30,11 +30,17 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -54,13 +60,13 @@ org.springframework.security spring-security-aspects - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 7fa2a962f2..33500a7dcd 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-cassample-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-cassample-xml spring-security-samples-cassample-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.jasig.cas.client @@ -41,13 +47,13 @@ org.springframework.security spring-security-cas - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -84,13 +90,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 32eadebe25..c3d11ffe42 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-casserver - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-casserver spring-security-samples-casserver @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + commons-logging diff --git a/samples/chat-jc/pom.xml b/samples/chat-jc/pom.xml index abacdbc2d0..2a8483e7c8 100644 --- a/samples/chat-jc/pom.xml +++ b/samples/chat-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-chat-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-chat-jc spring-security-samples-chat-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + com.fasterxml.jackson.core @@ -119,25 +125,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-data - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-messaging - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index fdeddf1edf..aefc9dee08 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-concurrency-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index 2dbaa0653a..f98753714e 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-contacts-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-contacts-xml spring-security-samples-contacts-xml @@ -31,17 +31,23 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-acl - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -131,19 +137,19 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml index bf2394ee17..a2a84fa531 100644 --- a/samples/data-jc/pom.xml +++ b/samples/data-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-data-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-samples-data-jc spring-security-samples-data-jc http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.validation @@ -70,13 +76,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-data - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index d740cff469..9b5e8f34e3 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-dms-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-samples-dms-xml spring-security-samples-dms-xml http://spring.io/spring-security @@ -30,17 +30,23 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-acl - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -81,7 +87,7 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index a9bf2627ac..92c24350d9 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-form-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-form-jc spring-security-samples-form-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 5e52938cf8..a1a8e1aa05 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-gae-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-gae-xml spring-security-samples-gae-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + com.google.appengine @@ -59,13 +65,13 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -133,13 +139,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 277e45d62e..16d8460273 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellojs-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + com.fasterxml.jackson.core @@ -83,25 +89,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 1f35811fdc..d24a0750c7 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellomvc-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -172,7 +178,7 @@ org.springframework.security spring-security-test - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index 8cd55683ef..f4bcc495bc 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-helloworld-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -53,13 +59,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/helloworld-xml/pom.xml b/samples/helloworld-xml/pom.xml index e4d5bd2652..1abe5751db 100644 --- a/samples/helloworld-xml/pom.xml +++ b/samples/helloworld-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-helloworld-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-helloworld-xml spring-security-samples-helloworld-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -53,13 +59,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index d93194558d..4038591522 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-inmemory-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -172,7 +178,7 @@ org.springframework.security spring-security-test - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index 67028c4d44..4de391a1f8 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecure - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-insecure spring-security-samples-insecure @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index ae7026e400..adb2ad0741 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecuremvc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-insecuremvc spring-security-samples-insecuremvc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,7 +83,7 @@ org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 7a16f6da8c..1f2742c9fd 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-jaas-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-jaas-xml spring-security-samples-jaas-xml @@ -31,11 +31,17 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -93,19 +99,19 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index 1e32997922..c69ea5847f 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-jdbc-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index d6b91ffc8c..e18dc71e09 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-ldap-jc spring-security-samples-ldap-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -113,31 +119,31 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-ldap - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 08c79d74aa..d12f04c41a 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-ldap-xml spring-security-samples-ldap-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -47,7 +53,7 @@ org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -114,19 +120,19 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-ldap - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index 0ed1d66b29..695ac5fa96 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-samples-messages-jc spring-security-samples-messages-jc http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.validation @@ -82,13 +88,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index 999c8016ba..6a7659e2c4 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-openid-jc spring-security-samples-openid-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,31 +83,31 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index e8706c4fee..df68aa9db3 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-openid-xml spring-security-samples-openid-xml @@ -31,17 +31,23 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -89,13 +95,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index 7295955f7d..02c74b7d5e 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-preauth-jc spring-security-samples-preauth-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index ce64348336..caf4646a30 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-preauth-xml spring-security-samples-preauth-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + commons-logging @@ -60,13 +66,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 61bc0b622c..f206f01228 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-rememberme-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 8e5d61279e..aecad5d2e5 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-servletapi-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -41,13 +47,13 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -104,13 +110,13 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index 6ca55cdbe2..badea86be0 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-tutorial-xml - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.slf4j @@ -41,7 +47,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -105,19 +111,19 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT runtime diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 260d44181d..dad207489b 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-x509-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT war spring-security-samples-x509-jc spring-security-samples-x509-jc @@ -31,6 +31,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + javax.servlet.jsp.jstl @@ -77,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 5d82bec173..cbaa420017 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -30,23 +30,29 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-acl - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile diff --git a/test/pom.xml b/test/pom.xml index d6ce4cdfb2..3cd0eb2368 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-test spring-security-test http://spring.io/spring-security @@ -30,17 +30,23 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile @@ -69,7 +75,7 @@ org.springframework.security spring-security-config - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile true diff --git a/web/pom.xml b/web/pom.xml index 69f69c6eef..9053f9f7e1 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT spring-security-web spring-security-web http://spring.io/spring-security @@ -30,6 +30,12 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security + + + spring-snasphot + https://repo.spring.io/snapshot + + aopalliance @@ -40,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.3.RELEASE + 4.0.4.CI-SNAPSHOT compile