From d24190f345a9c5937997cf35aca1c4d0235fccdd Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 18 Aug 2014 10:17:21 -0700 Subject: [PATCH] Release version 4.0.0.M2 --- acl/pom.xml | 8 ++++---- aspects/pom.xml | 8 ++++---- cas/pom.xml | 10 +++++----- config/pom.xml | 20 ++++++++++---------- core/pom.xml | 6 +++--- crypto/pom.xml | 6 +++--- data/pom.xml | 8 ++++---- gradle.properties | 2 +- itest/context/pom.xml | 12 ++++++------ itest/web/pom.xml | 16 ++++++++-------- ldap/pom.xml | 8 ++++---- messaging/pom.xml | 8 ++++---- openid/pom.xml | 10 +++++----- remoting/pom.xml | 8 ++++---- samples/aspectj-jc/pom.xml | 12 ++++++------ samples/aspectj-xml/pom.xml | 12 ++++++------ samples/cas/sample-xml/pom.xml | 14 +++++++------- samples/cas/server/pom.xml | 6 +++--- samples/concurrency-jc/pom.xml | 14 +++++++------- samples/contacts-xml/pom.xml | 16 ++++++++-------- samples/data-jc/pom.xml | 10 +++++----- samples/dms-xml/pom.xml | 12 ++++++------ samples/form-jc/pom.xml | 14 +++++++------- samples/gae-xml/pom.xml | 14 +++++++------- samples/hellojs-jc/pom.xml | 14 +++++++------- samples/hellomvc-jc/pom.xml | 16 ++++++++-------- samples/helloworld-jc/pom.xml | 10 +++++----- samples/inmemory-jc/pom.xml | 16 ++++++++-------- samples/insecure/pom.xml | 6 +++--- samples/insecuremvc/pom.xml | 8 ++++---- samples/jaas-xml/pom.xml | 14 +++++++------- samples/jdbc-jc/pom.xml | 14 +++++++------- samples/ldap-jc/pom.xml | 16 ++++++++-------- samples/ldap-xml/pom.xml | 14 +++++++------- samples/messages-jc/pom.xml | 10 +++++----- samples/openid-jc/pom.xml | 16 ++++++++-------- samples/openid-xml/pom.xml | 14 +++++++------- samples/preauth-jc/pom.xml | 14 +++++++------- samples/preauth-xml/pom.xml | 10 +++++----- samples/rememberme-jc/pom.xml | 14 +++++++------- samples/servletapi-xml/pom.xml | 14 +++++++------- samples/tutorial-xml/pom.xml | 14 +++++++------- samples/x509-jc/pom.xml | 14 +++++++------- taglibs/pom.xml | 12 ++++++------ test/pom.xml | 12 ++++++------ web/pom.xml | 8 ++++---- 46 files changed, 267 insertions(+), 267 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index b86959d64a..fbb5a2de9c 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-acl spring-security-acl http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/aspects/pom.xml b/aspects/pom.xml index 88b1db0c66..5dffd070f0 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -44,15 +44,15 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/cas/pom.xml b/cas/pom.xml index 53c07921d1..779ffceb6c 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-cas spring-security-cas http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,13 +58,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/config/pom.xml b/config/pom.xml index 4ab73b5aa3..c27cb99e63 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-config spring-security-config http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -108,28 +108,28 @@ org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile true org.springframework.security spring-security-messaging - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile true org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile true org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile true @@ -393,13 +393,13 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test diff --git a/core/pom.xml b/core/pom.xml index acfe5f0389..a7296320a3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-core spring-security-core http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/crypto/pom.xml b/crypto/pom.xml index 845b349b22..1bc2388dd3 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/data/pom.xml b/data/pom.xml index da2e5a2876..a2f5c5e2e0 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-data spring-security-data http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/gradle.properties b/gradle.properties index b74a30c05d..b8faab13c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.0.0.CI-SNAPSHOT +version=4.0.0.M2 diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 4904e60528..0a2a875a2e 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-context - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 itest-context itest-context http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -64,7 +64,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -155,13 +155,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index a1cea3ff30..446baad1c9 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 itest-web itest-web http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -171,31 +171,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test diff --git a/ldap/pom.xml b/ldap/pom.xml index 776261d33e..c2e680d86b 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -80,7 +80,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/messaging/pom.xml b/messaging/pom.xml index 25c1448582..5ef02c0f96 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/openid/pom.xml b/openid/pom.xml index af912fad58..9079859a5a 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-openid spring-security-openid http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -70,13 +70,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/remoting/pom.xml b/remoting/pom.xml index d8588e4695..ea73db739b 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index 885f2634c7..02ef7bc251 100644 --- a/samples/aspectj-jc/pom.xml +++ b/samples/aspectj-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-samples-aspectj-jc spring-security-samples-aspectj-jc http://spring.io/spring-security @@ -44,21 +44,21 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -90,7 +90,7 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 43e677358f..73400f9362 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml http://spring.io/spring-security @@ -44,15 +44,15 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -84,13 +84,13 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 9f8e20e25e..0c06bd1d74 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-cassample-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-cassample-xml spring-security-samples-cassample-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -66,13 +66,13 @@ org.springframework.security spring-security-cas - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -121,13 +121,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index e54f7c5be0..a41b81b1a2 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-casserver - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-casserver spring-security-samples-casserver @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 4494982331..b7a5fb4e28 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-concurrency-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index 6a9a48eff4..15421c9d3a 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-contacts-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-contacts-xml spring-security-samples-contacts-xml @@ -52,21 +52,21 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -175,19 +175,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml index 7d79a97b24..8ae8017979 100644 --- a/samples/data-jc/pom.xml +++ b/samples/data-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-data-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-samples-data-jc spring-security-samples-data-jc http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -88,13 +88,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-data - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index afe5670ba6..12827b1eab 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-dms-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-samples-dms-xml spring-security-samples-dms-xml http://spring.io/spring-security @@ -44,21 +44,21 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -114,7 +114,7 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index 1ab7acc67e..de2e8013fc 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-form-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-form-jc spring-security-samples-form-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 4c089783f0..e552da1791 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-gae-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-gae-xml spring-security-samples-gae-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -84,13 +84,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -163,13 +163,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index f774741235..82063f6032 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellojs-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -108,25 +108,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 9c56495b52..5d0d40b6b1 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellomvc-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -211,7 +211,7 @@ org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index 66e8ae7b77..26672f29fa 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-helloworld-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -78,13 +78,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index b01ac9b466..e5b148a7e2 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-inmemory-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -211,7 +211,7 @@ org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index b2e4a07d53..9ec9497d89 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecure - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-insecure spring-security-samples-insecure @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index cf1ae392e7..9cbe663d05 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecuremvc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-insecuremvc spring-security-samples-insecuremvc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,7 +102,7 @@ org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 5c660aa5f2..e59dc5e59b 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jaas-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-jaas-xml spring-security-samples-jaas-xml @@ -52,15 +52,15 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -133,19 +133,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index 5ae1384b23..0d926094af 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jdbc-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index afa88bc65d..5796eb594a 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-ldap-jc spring-security-samples-ldap-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -138,31 +138,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 5e3416991c..367ade88e2 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-ldap-xml spring-security-samples-ldap-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -72,7 +72,7 @@ org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -145,19 +145,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-ldap - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index efa6599ae5..c727883fa3 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-samples-messages-jc spring-security-samples-messages-jc http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -100,13 +100,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index fd89b680b2..a9695c3b0e 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-openid-jc spring-security-samples-openid-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 7e689adf51..b1245d8fb7 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-openid-xml spring-security-samples-openid-xml @@ -52,21 +52,21 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-openid - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -121,13 +121,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index 3e0ebbc942..209122ebd0 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-preauth-jc spring-security-samples-preauth-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 1a4b57df47..41a2644381 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-preauth-xml spring-security-samples-preauth-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -91,13 +91,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index a505b03caf..5f2d0e2792 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-rememberme-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 97912e8c5d..2ac65c9137 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-servletapi-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -66,13 +66,13 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -145,13 +145,13 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index 3f695b7039..da2637c2b2 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-tutorial-xml - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -66,7 +66,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -145,19 +145,19 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 runtime diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 0e3b42d126..42a746110e 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-x509-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 war spring-security-samples-x509-jc spring-security-samples-x509-jc @@ -52,8 +52,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -102,25 +102,25 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-samples-messages-jc - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/taglibs/pom.xml b/taglibs/pom.xml index cf7b0a7a1c..804d35bf7b 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -44,27 +44,27 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-acl - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile diff --git a/test/pom.xml b/test/pom.xml index 9feb64a6e0..12e78cde4b 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-test spring-security-test http://spring.io/spring-security @@ -44,21 +44,21 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile @@ -89,7 +89,7 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile true diff --git a/web/pom.xml b/web/pom.xml index 65b314fbf8..e98c9c5ced 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 spring-security-web spring-security-web http://spring.io/spring-security @@ -44,8 +44,8 @@ - spring-snasphot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone @@ -58,7 +58,7 @@ org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 4.0.0.M2 compile