diff --git a/acl/pom.xml b/acl/pom.xml index ec435c38d7..ce8c288205 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-acl spring-security-acl http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/aspects/pom.xml b/aspects/pom.xml index d3acc16427..05bc4f66b1 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -30,17 +30,11 @@ 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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/cas/pom.xml b/cas/pom.xml index 199d4265e5..84224dd685 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-cas spring-security-cas http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -46,13 +40,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/config/pom.xml b/config/pom.xml index f2180b0deb..42b37a383c 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-config spring-security-config http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -96,28 +90,28 @@ org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true org.springframework.security spring-security-messaging - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true @@ -375,13 +369,13 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index 4fbb3adb19..fc4e385476 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-core spring-security-core http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 4e6ac18625..7efb348b2e 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 9f42fc1dea..fe03710ea0 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-data spring-security-data http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -46,7 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/gradle.properties b/gradle.properties index b74a30c05d..7100f45e16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.0.0.CI-SNAPSHOT +version=4.0.0.RELEASE diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 4092b37701..d2e9ede44d 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.0.CI-SNAPSHOT + 4.0.0.RELEASE itest-context itest-context http://spring.io/spring-security @@ -30,12 +30,6 @@ scm:git:git://github.com/spring-projects/spring-security https://github.com/spring-projects/spring-security - - - spring-snasphot - https://repo.spring.io/snapshot - - aopalliance @@ -52,7 +46,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -131,13 +125,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 6378886704..47a8f7cbc6 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.0.CI-SNAPSHOT + 4.0.0.RELEASE itest-web itest-web http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -147,31 +141,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index a8d64b9cd1..2d0b69b30d 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -68,7 +62,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/messaging/pom.xml b/messaging/pom.xml index daf0045855..445f6608f7 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -102,7 +96,7 @@ org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true diff --git a/openid/pom.xml b/openid/pom.xml index 417cea1f07..f6e521d8c9 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-openid spring-security-openid http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -58,13 +52,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/remoting/pom.xml b/remoting/pom.xml index b7d3441e1a..211690afee 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index 0e7465713f..3c995edda2 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.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-samples-aspectj-jc spring-security-samples-aspectj-jc http://spring.io/spring-security @@ -30,23 +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-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -66,7 +60,7 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 8a30b0d2b4..b72592cef1 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.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml http://spring.io/spring-security @@ -30,17 +30,11 @@ 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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -60,13 +54,13 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index f2e0fa9bf3..792ad00556 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-cassample-xml spring-security-samples-cassample-xml @@ -31,12 +31,6 @@ 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 @@ -47,13 +41,13 @@ org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -90,13 +84,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index cbbf720cdd..eabd554d46 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-casserver spring-security-samples-casserver @@ -31,12 +31,6 @@ 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 c749cf2442..cc0f4b1a8f 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-chat-jc spring-security-samples-chat-jc @@ -31,12 +31,6 @@ 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 +113,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-data - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-messaging - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index b2986b32f4..d4ecade919 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index 3a2a0dfd70..f6df41726d 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-contacts-xml spring-security-samples-contacts-xml @@ -31,23 +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-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -144,19 +138,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml index 0787da8268..5ed1f8a798 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.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-samples-data-jc spring-security-samples-data-jc http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -76,13 +70,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-data - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index bc2bace943..bb1e9966c7 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.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-samples-dms-xml spring-security-samples-dms-xml http://spring.io/spring-security @@ -30,23 +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-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -90,7 +84,7 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index 1e36550a6a..2bed74ba17 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-form-jc spring-security-samples-form-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 46754e00cc..fa027104a2 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-gae-xml spring-security-samples-gae-xml @@ -31,12 +31,6 @@ 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 @@ -65,13 +59,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -132,13 +126,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 23d510fd9c..1144e3ad88 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc @@ -31,12 +31,6 @@ 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 @@ -89,25 +83,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index e715200907..12089bd6e1 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -180,7 +174,7 @@ org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index ee13bb096a..a619e785f6 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc @@ -31,12 +31,6 @@ 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 @@ -59,13 +53,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/helloworld-xml/pom.xml b/samples/helloworld-xml/pom.xml index 7ac53dc36e..88363f3a96 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-helloworld-xml spring-security-samples-helloworld-xml @@ -31,12 +31,6 @@ 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 @@ -59,13 +53,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index d9ed9c106f..60dd12ce82 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -180,7 +174,7 @@ org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index eaf825278d..36acd99296 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-insecure spring-security-samples-insecure @@ -31,12 +31,6 @@ 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 15d5a1c30b..edaf86ffde 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-insecuremvc spring-security-samples-insecuremvc @@ -31,12 +31,6 @@ 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 @@ -83,7 +77,7 @@ org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 2514eb8577..de6937fcec 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-jaas-xml spring-security-samples-jaas-xml @@ -31,17 +31,11 @@ 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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -102,19 +96,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index cb2f68e75e..93e77fa2e5 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index 07eba38143..c55e3513ef 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-ldap-jc spring-security-samples-ldap-jc @@ -31,12 +31,6 @@ 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 @@ -119,31 +113,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 2d4689251a..54f1711f04 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-ldap-xml spring-security-samples-ldap-xml @@ -31,12 +31,6 @@ 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,7 +47,7 @@ org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -114,19 +108,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index 844d5b3d1b..01861a446c 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.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-samples-messages-jc spring-security-samples-messages-jc http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 @@ -88,13 +82,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index 4d13d471d6..10fe6e141c 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-openid-jc spring-security-samples-openid-jc @@ -31,12 +31,6 @@ 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 @@ -83,31 +77,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 04093791da..c6669fca4a 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-openid-xml spring-security-samples-openid-xml @@ -31,23 +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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -90,13 +84,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index ebbf2edd37..ad00619e44 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-preauth-jc spring-security-samples-preauth-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 8e4e48c3cf..18bc6abf21 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-preauth-xml spring-security-samples-preauth-xml @@ -31,12 +31,6 @@ 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 +54,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 6496758c46..22a8d766ae 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 52f0d14eb4..f36218f34a 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml @@ -31,12 +31,6 @@ 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,13 +41,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -114,13 +108,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index e9bc00eb4c..41f4cdc0cf 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml @@ -31,12 +31,6 @@ 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 @@ -47,7 +41,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -114,19 +108,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE runtime diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 6f8f4847e1..33e5bbc8bd 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.0.CI-SNAPSHOT + 4.0.0.RELEASE war spring-security-samples-x509-jc spring-security-samples-x509-jc @@ -31,12 +31,6 @@ 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 @@ -83,25 +77,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/taglibs/pom.xml b/taglibs/pom.xml index a641a22d50..37228936db 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -30,29 +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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile diff --git a/test/pom.xml b/test/pom.xml index 7633270721..21ba407c67 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-test spring-security-test http://spring.io/spring-security @@ -30,23 +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.0.CI-SNAPSHOT + 4.0.0.RELEASE compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile @@ -77,7 +71,7 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile true diff --git a/web/pom.xml b/web/pom.xml index 23e704e8db..5a6274c21c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE spring-security-web spring-security-web http://spring.io/spring-security @@ -30,12 +30,6 @@ 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 +40,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.RELEASE compile