From 2d6051625f09702081e0060743a804e413557bdd Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 17 Jun 2016 14:23:23 -0500 Subject: [PATCH] Update pom.xml --- 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 ++++++++-- 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/javaconfig/aspectj/pom.xml | 14 ++++++++++---- samples/javaconfig/chat/pom.xml | 16 +++++++++++----- samples/javaconfig/concurrency/pom.xml | 16 +++++++++++----- samples/javaconfig/data/pom.xml | 12 +++++++++--- samples/javaconfig/form/pom.xml | 16 +++++++++++----- samples/javaconfig/hellojs/pom.xml | 16 +++++++++++----- samples/javaconfig/hellomvc/pom.xml | 18 ++++++++++++------ samples/javaconfig/helloworld/pom.xml | 12 +++++++++--- samples/javaconfig/inmemory/pom.xml | 18 ++++++++++++------ samples/javaconfig/jdbc/pom.xml | 16 +++++++++++----- samples/javaconfig/ldap/pom.xml | 18 ++++++++++++------ samples/javaconfig/messages/pom.xml | 12 +++++++++--- samples/javaconfig/openid/pom.xml | 18 ++++++++++++------ samples/javaconfig/preauth/pom.xml | 16 +++++++++++----- samples/javaconfig/rememberme/pom.xml | 16 +++++++++++----- samples/javaconfig/x509/pom.xml | 16 +++++++++++----- samples/xml/aspectj/pom.xml | 14 ++++++++++---- samples/xml/cas/cassample/pom.xml | 16 +++++++++++----- samples/xml/cas/casserver/pom.xml | 8 +++++++- samples/xml/contacts/pom.xml | 18 ++++++++++++------ samples/xml/dms/pom.xml | 14 ++++++++++---- samples/xml/gae/pom.xml | 16 +++++++++++----- samples/xml/helloworld/pom.xml | 12 +++++++++--- samples/xml/insecure/pom.xml | 8 +++++++- samples/xml/insecuremvc/pom.xml | 10 ++++++++-- samples/xml/jaas/pom.xml | 16 +++++++++++----- samples/xml/ldap/pom.xml | 16 +++++++++++----- samples/xml/openid/pom.xml | 16 +++++++++++----- samples/xml/preauth/pom.xml | 12 +++++++++--- samples/xml/servletapi/pom.xml | 16 +++++++++++----- samples/xml/tutorial/pom.xml | 16 +++++++++++----- taglibs/pom.xml | 14 ++++++++++---- test/pom.xml | 14 ++++++++++---- web/pom.xml | 10 ++++++++-- 47 files changed, 467 insertions(+), 185 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 53402d1d86..96e624642c 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-acl spring-security-acl http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -151,6 +151,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/aspects/pom.xml b/aspects/pom.xml index a56d49e83c..b6bdee4afe 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -130,6 +130,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/cas/pom.xml b/cas/pom.xml index 103773061b..f3bdf95b8a 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-cas spring-security-cas http://spring.io/spring-security @@ -51,13 +51,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -142,6 +142,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/config/pom.xml b/config/pom.xml index 4c0028f43f..eab31270b0 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-config spring-security-config http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -97,28 +97,28 @@ org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true org.springframework.security spring-security-messaging - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true org.springframework.security spring-security-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true @@ -371,13 +371,13 @@ org.springframework.security spring-security-aspects - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-cas - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test @@ -396,6 +396,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/core/pom.xml b/core/pom.xml index 6e772b6487..69bee6d26c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-core spring-security-core http://spring.io/spring-security @@ -275,6 +275,12 @@ + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/crypto/pom.xml b/crypto/pom.xml index cfc8e6d6ef..93005fc63d 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -92,6 +92,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/data/pom.xml b/data/pom.xml index 59229cbbea..3a19c0e265 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-data spring-security-data http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -108,6 +108,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 2d8f2477f3..8bead41b7c 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-context - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT itest-context itest-context http://spring.io/spring-security @@ -57,7 +57,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -132,13 +132,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test @@ -152,6 +152,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 6f2ba23dc6..f23313a50e 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT itest-web itest-web http://spring.io/spring-security @@ -150,31 +150,31 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test @@ -199,6 +199,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/ldap/pom.xml b/ldap/pom.xml index 4c9c922ab9..376f69d6e7 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -73,7 +73,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -200,6 +200,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/messaging/pom.xml b/messaging/pom.xml index 463b538736..7fe2e55bd0 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -102,7 +102,7 @@ org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true @@ -232,6 +232,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/openid/pom.xml b/openid/pom.xml index f3695db671..56a3ef3b2a 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-openid spring-security-openid http://spring.io/spring-security @@ -63,13 +63,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -164,6 +164,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/remoting/pom.xml b/remoting/pom.xml index dd893bc953..c28ca15796 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -123,6 +123,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index 66a31a4fd8..10943c4f65 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-aspectj - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-samples-javaconfig-aspectj spring-security-samples-javaconfig-aspectj http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -71,7 +71,7 @@ org.springframework.security spring-security-aspects - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -110,6 +110,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/chat/pom.xml b/samples/javaconfig/chat/pom.xml index d8f338e630..d870986283 100644 --- a/samples/javaconfig/chat/pom.xml +++ b/samples/javaconfig/chat/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-chat - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-chat spring-security-samples-javaconfig-chat @@ -133,25 +133,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-data - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-messaging - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -242,6 +242,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index c7b7914c09..6ef0491cf3 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-concurrency - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-concurrency spring-security-samples-javaconfig-concurrency @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -189,6 +189,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index 35f0569208..dc4283c2d3 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-data - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-samples-javaconfig-data spring-security-samples-javaconfig-data http://spring.io/spring-security @@ -81,13 +81,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-data - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -133,6 +133,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index 99225c28f7..32b333d4a5 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-form - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-form spring-security-samples-javaconfig-form @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -243,6 +243,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index f2a0540c82..db7de86f90 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellojs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-hellojs spring-security-samples-javaconfig-hellojs @@ -97,25 +97,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -195,6 +195,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 3a52ecf6a3..d25c2e4f7d 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellomvc - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-hellomvc spring-security-samples-javaconfig-hellomvc @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -186,7 +186,7 @@ org.springframework.security spring-security-test - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test @@ -195,6 +195,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 78addf1cac..373b3b37cd 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-helloworld - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-helloworld spring-security-samples-javaconfig-helloworld @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -179,6 +179,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index fd70742d6e..5615ff4e8f 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-inmemory - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-inmemory spring-security-samples-javaconfig-inmemory @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -186,7 +186,7 @@ org.springframework.security spring-security-test - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT test @@ -195,6 +195,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index 7c5949915d..fc011bdd44 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-jdbc - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-jdbc spring-security-samples-javaconfig-jdbc @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -243,6 +243,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index 028f8e8c68..b2ca1feed6 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-ldap spring-security-samples-javaconfig-ldap @@ -127,31 +127,31 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -285,6 +285,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 1cfa4ceae0..95565b4d1f 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-samples-javaconfig-messages spring-security-samples-javaconfig-messages http://spring.io/spring-security @@ -93,13 +93,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -208,6 +208,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index ded454d285..d2047881f3 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-openid spring-security-samples-javaconfig-openid @@ -91,31 +91,31 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -201,6 +201,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 4d50d07eb9..ab7fce25e8 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-preauth - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-preauth spring-security-samples-javaconfig-preauth @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -189,6 +189,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index ef9352513f..ec845ca718 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-rememberme - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-rememberme spring-security-samples-javaconfig-rememberme @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -189,6 +189,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index c77811da17..ef33b88efa 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-x509 - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-javaconfig-x509 spring-security-samples-javaconfig-x509 @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -189,6 +189,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index a443f35c8d..f6e778985c 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-aspectj - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-samples-xml-aspectj spring-security-samples-xml-aspectj http://spring.io/spring-security @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -65,13 +65,13 @@ org.springframework.security spring-security-aspects - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -110,6 +110,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 2123a0f69f..dd1732e35a 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-cassample - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-cassample spring-security-samples-xml-cassample @@ -55,13 +55,13 @@ org.springframework.security spring-security-cas - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -98,13 +98,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -196,6 +196,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 5f7b1ded24..795383eff9 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-casserver - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-casserver spring-security-samples-xml-casserver @@ -89,6 +89,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index 9363cf7b80..7994461059 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-contacts - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-contacts spring-security-samples-xml-contacts @@ -49,13 +49,13 @@ org.springframework.security spring-security-acl - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -145,19 +145,19 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -243,6 +243,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index aab9de0935..4e610f3ecc 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-dms - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-samples-xml-dms spring-security-samples-xml-dms http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-acl - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -92,7 +92,7 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -141,6 +141,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index 96e9a1741d..f3be26a4be 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-gae - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-gae spring-security-samples-xml-gae @@ -73,13 +73,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -147,13 +147,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -204,6 +204,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index e72e2de163..b4fcf97e89 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-helloworld - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-helloworld spring-security-samples-xml-helloworld @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -179,6 +179,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index 13007ca41e..eb2f9a343a 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecure - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-insecure spring-security-samples-xml-insecure @@ -167,6 +167,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index 781fca3b23..b9abe60dbc 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecuremvc - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-insecuremvc spring-security-samples-xml-insecuremvc @@ -91,7 +91,7 @@ org.springframework.security spring-security-samples-javaconfig-messages - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -171,6 +171,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index 756d76c310..2bb642cfd0 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-jaas - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-jaas spring-security-samples-xml-jaas @@ -49,7 +49,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -107,19 +107,19 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -205,6 +205,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index 2909d57cba..8a9f02da7e 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-ldap spring-security-samples-xml-ldap @@ -61,7 +61,7 @@ org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -128,19 +128,19 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -221,6 +221,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index af74fa64b7..526b4bad3a 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-openid spring-security-samples-xml-openid @@ -49,13 +49,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-openid - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -103,13 +103,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -136,6 +136,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index c11c0592cf..780a130a56 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-preauth - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-preauth spring-security-samples-xml-preauth @@ -74,13 +74,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -107,6 +107,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index 23808dffb6..a911ec2f4a 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-servletapi - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-servletapi spring-security-samples-xml-servletapi @@ -55,13 +55,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -118,13 +118,13 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -156,6 +156,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index 264fd9a078..e147b48521 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-tutorial - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT war spring-security-samples-xml-tutorial spring-security-samples-xml-tutorial @@ -55,7 +55,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -119,19 +119,19 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT runtime @@ -158,6 +158,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/taglibs/pom.xml b/taglibs/pom.xml index c10bd93f3c..6a00abb8b2 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -45,19 +45,19 @@ org.springframework.security spring-security-acl - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -187,6 +187,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/test/pom.xml b/test/pom.xml index 5c08f5520d..a394e12bd4 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-test spring-security-test http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -80,7 +80,7 @@ org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile true @@ -168,6 +168,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + + diff --git a/web/pom.xml b/web/pom.xml index 4355f8f9d5..31d8fa23b2 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT spring-security-web spring-security-web http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.1.0.RELEASE + 4.1.1.BUILD-SNAPSHOT compile @@ -236,6 +236,12 @@ test + + + spring-snapshot + https://repo.spring.io/snapshot + +