diff --git a/acl/pom.xml b/acl/pom.xml
index efca1c23bc..05d0edbd8b 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.RC1
spring-security-acl
spring-security-acl
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/aspects/pom.xml b/aspects/pom.xml
index 24f4de49d5..18fae9a110 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.RC1
spring-security-aspects
spring-security-aspects
http://spring.io/spring-security
@@ -32,15 +32,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.RC1
compile
diff --git a/cas/pom.xml b/cas/pom.xml
index 2c03a886ac..08a5840819 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.RC1
spring-security-cas
spring-security-cas
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,13 +46,13 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/config/pom.xml b/config/pom.xml
index 409a142ef7..68e34f7a63 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.RC1
spring-security-config
spring-security-config
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -96,28 +96,28 @@
org.springframework.security
spring-security-ldap
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
true
org.springframework.security
spring-security-messaging
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
true
org.springframework.security
spring-security-openid
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
true
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
true
@@ -375,13 +375,13 @@
org.springframework.security
spring-security-aspects
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-cas
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.1.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-3.1.xsd
index 2c2b6fc457..02158adc8d 100644
--- a/config/src/main/resources/org/springframework/security/config/spring-security-3.1.xsd
+++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.1.xsd
@@ -1324,8 +1324,7 @@
- The URL that the login form is posted to. If unspecified, it defaults to
- /login.
+ The URL that the login form is posted to. If unspecified, it defaults to /login.
diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd
index 3007855206..87b38bfdbe 100644
--- a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd
+++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd
@@ -1326,8 +1326,7 @@
- The URL that the login form is posted to. If unspecified, it defaults to
- /login.
+ The URL that the login form is posted to. If unspecified, it defaults to /login.
diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd
index 56989b5e4a..5b7ec63cd0 100644
--- a/config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd
+++ b/config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd
@@ -195,7 +195,7 @@
Enables the use of expressions in the 'access' attributes in <intercept-url> elements
- rather than the traditional list of configuration attributes. Defaults to 'false'. If
+ rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
@@ -619,7 +619,7 @@
Enables the use of expressions in the 'access' attributes in <intercept-url> elements
- rather than the traditional list of configuration attributes. Defaults to 'false'. If
+ rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
@@ -1113,7 +1113,7 @@
Enables the use of expressions in the 'access' attributes in <intercept-url> elements
- rather than the traditional list of configuration attributes. Defaults to 'false'. If
+ rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
@@ -1353,8 +1353,7 @@
- The URL that the login form is posted to. If unspecified, it defaults to
- /login.
+ The URL that the login form is posted to. If unspecified, it defaults to /login.
@@ -1388,16 +1387,16 @@
The URL for the login page. If no login URL is specified, Spring Security will
- automatically create a login URL at GET /login and a corresponding filter to
- render that login URL when requested.
+ automatically create a login URL at GET /login and a corresponding filter to render that
+ login URL when requested.
The URL for the login failure page. If no login failure URL is specified, Spring Security
- will automatically create a failure login URL at /login?error and a
- corresponding filter to render that login failure URL when requested.
+ will automatically create a failure login URL at /login?error and a corresponding filter
+ to render that login failure URL when requested.
@@ -1595,7 +1594,7 @@
Enables the use of expressions in the 'access' attributes in <intercept-url> elements
- rather than the traditional list of configuration attributes. Defaults to 'false'. If
+ rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
diff --git a/core/pom.xml b/core/pom.xml
index 25ca636380..00ff86d4e4 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.RC1
spring-security-core
spring-security-core
http://spring.io/spring-security
@@ -32,8 +32,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 b78b5de7e2..158a69f301 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.RC1
spring-security-crypto
spring-security-crypto
http://spring.io/spring-security
@@ -32,8 +32,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 63b04b1834..d79d1bb56b 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.RC1
spring-security-data
spring-security-data
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/itest/context/pom.xml b/itest/context/pom.xml
index f3fe241847..e1751de9c0 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.RC1
itest-context
itest-context
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -52,7 +52,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -131,13 +131,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
diff --git a/itest/web/pom.xml b/itest/web/pom.xml
index 5abea00e57..fa82d2e2ac 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.RC1
itest-web
itest-web
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -147,31 +147,31 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-ldap
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
diff --git a/ldap/pom.xml b/ldap/pom.xml
index f703f097e9..7e2b0c2bba 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.RC1
spring-security-ldap
spring-security-ldap
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -68,7 +68,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/messaging/pom.xml b/messaging/pom.xml
index 62bcff153a..66389257a5 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.RC1
spring-security-messaging
spring-security-messaging
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/openid/pom.xml b/openid/pom.xml
index 365e343d9e..ea7924198a 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.RC1
spring-security-openid
spring-security-openid
http://spring.io/spring-security
@@ -32,8 +32,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.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 0649ff63fd..874eb6c553 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.RC1
spring-security-remoting
spring-security-remoting
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml
index 1c29544e40..8e32cc860e 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.RC1
spring-security-samples-aspectj-jc
spring-security-samples-aspectj-jc
http://spring.io/spring-security
@@ -32,21 +32,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.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -66,7 +66,7 @@
org.springframework.security
spring-security-aspects
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml
index 17444a1ae7..78833bcc13 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.RC1
spring-security-samples-aspectj-xml
spring-security-samples-aspectj-xml
http://spring.io/spring-security
@@ -32,15 +32,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.RC1
compile
@@ -60,13 +60,13 @@
org.springframework.security
spring-security-aspects
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml
index 2ac9e7adc4..ce1f466778 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.RC1
war
spring-security-samples-cassample-xml
spring-security-samples-cassample-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -47,13 +47,13 @@
org.springframework.security
spring-security-cas
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -90,13 +90,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml
index 25650cd637..aff531d9a3 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.RC1
war
spring-security-samples-casserver
spring-security-samples-casserver
@@ -33,8 +33,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 18a529189d..a2b37a3b64 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.RC1
war
spring-security-samples-concurrency-jc
spring-security-samples-concurrency-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml
index f65c29ae26..84ea960f85 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.RC1
war
spring-security-samples-contacts-xml
spring-security-samples-contacts-xml
@@ -33,21 +33,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.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -144,19 +144,19 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml
index f86d157397..686f5153c8 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.RC1
spring-security-samples-data-jc
spring-security-samples-data-jc
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -76,13 +76,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-data
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml
index 9e76c99f88..ee0d856806 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.RC1
spring-security-samples-dms-xml
spring-security-samples-dms-xml
http://spring.io/spring-security
@@ -32,21 +32,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.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -90,7 +90,7 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml
index fdf0032a45..b507701bae 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.RC1
war
spring-security-samples-form-jc
spring-security-samples-form-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml
index 91e6ecc864..b3c8158102 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.RC1
war
spring-security-samples-gae-xml
spring-security-samples-gae-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -65,13 +65,13 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -132,13 +132,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml
index 5da4e8d364..8286c912c0 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.RC1
war
spring-security-samples-hellojs-jc
spring-security-samples-hellojs-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -89,25 +89,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml
index f5f70fa1e7..953c2f870f 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.RC1
war
spring-security-samples-hellomvc-jc
spring-security-samples-hellomvc-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -180,7 +180,7 @@
org.springframework.security
spring-security-test
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml
index d28037711e..a467933da3 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.RC1
war
spring-security-samples-helloworld-jc
spring-security-samples-helloworld-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -59,13 +59,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/helloworld-xml/pom.xml b/samples/helloworld-xml/pom.xml
index 9d4bab98d5..0f20461c3c 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.RC1
war
spring-security-samples-helloworld-xml
spring-security-samples-helloworld-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -59,13 +59,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml
index 7de2f2a8a2..c1a86b0943 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.RC1
war
spring-security-samples-inmemory-jc
spring-security-samples-inmemory-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -180,7 +180,7 @@
org.springframework.security
spring-security-test
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
test
diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml
index e1649835d3..7d36f948a1 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.RC1
war
spring-security-samples-insecure
spring-security-samples-insecure
@@ -33,8 +33,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 0f3a6b7da4..a55a6bbc8e 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.RC1
war
spring-security-samples-insecuremvc
spring-security-samples-insecuremvc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,7 +83,7 @@
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml
index d4be66f509..38e7cc6924 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.RC1
war
spring-security-samples-jaas-xml
spring-security-samples-jaas-xml
@@ -33,15 +33,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.RC1
compile
@@ -102,19 +102,19 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml
index ff1ca1b049..b55a340ea7 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.RC1
war
spring-security-samples-jdbc-jc
spring-security-samples-jdbc-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml
index f89b2b5bf6..2b931cf51b 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.RC1
war
spring-security-samples-ldap-jc
spring-security-samples-ldap-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -119,31 +119,31 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-ldap
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml
index 2ac5d099ab..d1eb777eee 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.RC1
war
spring-security-samples-ldap-xml
spring-security-samples-ldap-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -53,7 +53,7 @@
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -114,19 +114,19 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-ldap
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml
index ab35f04195..ce71b9d7cc 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.RC1
spring-security-samples-messages-jc
spring-security-samples-messages-jc
http://spring.io/spring-security
@@ -32,8 +32,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.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml
index caf48169b3..ba137f60b8 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.RC1
war
spring-security-samples-openid-jc
spring-security-samples-openid-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,31 +83,31 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-openid
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml
index e7183435df..84863c81cd 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.RC1
war
spring-security-samples-openid-xml
spring-security-samples-openid-xml
@@ -33,21 +33,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.RC1
compile
org.springframework.security
spring-security-openid
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -90,13 +90,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml
index d55fdb5b59..ec61f1bc13 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.RC1
war
spring-security-samples-preauth-jc
spring-security-samples-preauth-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml
index 2db5daae21..8dc62c062c 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.RC1
war
spring-security-samples-preauth-xml
spring-security-samples-preauth-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -60,13 +60,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml
index 6361b30d3e..98953ff23b 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.RC1
war
spring-security-samples-rememberme-jc
spring-security-samples-rememberme-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml
index 7554170650..d62c7597e1 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.RC1
war
spring-security-samples-servletapi-xml
spring-security-samples-servletapi-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -47,13 +47,13 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -114,13 +114,13 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml
index b195d9169d..9f1f0f0884 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.RC1
war
spring-security-samples-tutorial-xml
spring-security-samples-tutorial-xml
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -47,7 +47,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -114,19 +114,19 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-taglibs
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
runtime
diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml
index 3d2209cea2..f59127ad29 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.RC1
war
spring-security-samples-x509-jc
spring-security-samples-x509-jc
@@ -33,8 +33,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -83,25 +83,25 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-samples-messages-jc
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/taglibs/pom.xml b/taglibs/pom.xml
index 05cb6b3a1a..dba8fe63fa 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.RC1
spring-security-taglibs
spring-security-taglibs
http://spring.io/spring-security
@@ -32,27 +32,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.RC1
compile
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
diff --git a/test/pom.xml b/test/pom.xml
index 1b4e00128f..1db80f888b 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.RC1
spring-security-test
spring-security-test
http://spring.io/spring-security
@@ -32,21 +32,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.RC1
compile
org.springframework.security
spring-security-web
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
@@ -77,7 +77,7 @@
org.springframework.security
spring-security-config
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile
true
diff --git a/web/pom.xml b/web/pom.xml
index a242de7be1..8fef1fb17b 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.RC1
spring-security-web
spring-security-web
http://spring.io/spring-security
@@ -32,8 +32,8 @@
- spring-snasphot
- https://repo.spring.io/snapshot
+ spring-milestone
+ https://repo.spring.io/milestone
@@ -46,7 +46,7 @@
org.springframework.security
spring-security-core
- 4.0.0.CI-SNAPSHOT
+ 4.0.0.RC1
compile