diff --git a/acl/pom.xml b/acl/pom.xml
index 3bf1ac2afd..c5f80e02a5 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -3,7 +3,7 @@
spring-security-parent
org.springframework.security
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
4.0.0
org.springframework.security
diff --git a/aspects/pom.xml b/aspects/pom.xml
index 8e8c2ed723..6809a2bdeb 100644
--- a/aspects/pom.xml
+++ b/aspects/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
spring-security-aspects
@@ -22,7 +22,7 @@
org.springframework.security
spring-security-core
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
diff --git a/build.gradle b/build.gradle
index ea3b814897..c308ed0e15 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.bundling.GradleManifest
apply id: 'base'
allprojects {
- version = '3.0.2.CI-SNAPSHOT'
+ version = '3.0.2.RELEASE'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')
diff --git a/cas/pom.xml b/cas/pom.xml
index 267a98d4a2..e6ab0793c0 100644
--- a/cas/pom.xml
+++ b/cas/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-cas-client
Spring Security - CAS support
diff --git a/config/pom.xml b/config/pom.xml
index 6b876f349c..26ed8978d7 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
spring-security-config
diff --git a/core/pom.xml b/core/pom.xml
index 563c3bb41d..2a906becf7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
spring-security-core
diff --git a/itest/context/pom.xml b/itest/context/pom.xml
index 3e2615e19e..efac76be5c 100644
--- a/itest/context/pom.xml
+++ b/itest/context/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-itest-context
Spring Security - Miscellaneous Application Context Integration Tests
diff --git a/itest/misc/pom.xml b/itest/misc/pom.xml
index 9efbbb2564..7ad2cae61d 100644
--- a/itest/misc/pom.xml
+++ b/itest/misc/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-itest
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-itest-misc
Spring Security - Miscellaneous Integration Tests
diff --git a/itest/pom.xml b/itest/pom.xml
index 0ec4a79aee..0b136894c3 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -3,12 +3,12 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-itest
Spring Security - Integration Tests
pom
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
web
diff --git a/itest/web/pom.xml b/itest/web/pom.xml
index 7eeb63abb5..573146600b 100644
--- a/itest/web/pom.xml
+++ b/itest/web/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-itest-web
Spring Security - Web Integration Tests
diff --git a/ldap/pom.xml b/ldap/pom.xml
index 8660aa9007..543875ea4c 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
spring-security-ldap
diff --git a/openid/pom.xml b/openid/pom.xml
index 2a82ebc363..a06fa4decb 100644
--- a/openid/pom.xml
+++ b/openid/pom.xml
@@ -3,12 +3,12 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-openid
Spring Security - OpenID support
Spring Security - Support for OpenID
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
diff --git a/pom.xml b/pom.xml
index 819b8af2d6..d973377c7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
Spring Security
pom
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 75d30523c3..4dea415534 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-samples-aspectj
jar
diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml
index cd09250ebb..4e1ac90f88 100644
--- a/samples/cas/client/pom.xml
+++ b/samples/cas/client/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples-cas
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-cas-client
diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml
index 58975eb42c..ed404cae4f 100644
--- a/samples/cas/pom.xml
+++ b/samples/cas/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-cas
diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml
index 4b5f871592..80d9eeead9 100644
--- a/samples/cas/server/pom.xml
+++ b/samples/cas/server/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples-cas
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-cas-server
diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml
index ddbccff3fd..c1aa7137a5 100644
--- a/samples/contacts/pom.xml
+++ b/samples/contacts/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-samples-contacts
Spring Security - Contacts sample
diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml
index e6a26149b1..08563c9b41 100644
--- a/samples/dms/pom.xml
+++ b/samples/dms/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
spring-security-samples-dms
Spring Security - DMS sample
diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml
index 5690130dd3..0bf29affd5 100644
--- a/samples/ldap/pom.xml
+++ b/samples/ldap/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-ldap
diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml
index fdc4b64ead..a6ffc7368c 100644
--- a/samples/openid/pom.xml
+++ b/samples/openid/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-openid
diff --git a/samples/pom.xml b/samples/pom.xml
index 995b290624..11636ee7bb 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples
diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml
index 0a5f9c9594..a568005470 100644
--- a/samples/preauth/pom.xml
+++ b/samples/preauth/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-preauth
diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml
index 1afcb471ee..b9597ced83 100644
--- a/samples/tutorial/pom.xml
+++ b/samples/tutorial/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
spring-security-samples-tutorial
diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml
index 88174542b2..009ea59597 100755
--- a/sandbox/heavyduty/pom.xml
+++ b/sandbox/heavyduty/pom.xml
@@ -4,7 +4,7 @@
spring-security-heavyduty
Spring Security - Heavy Duty Sample
war
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
org.springframework.security
@@ -205,7 +205,7 @@
3.0.0.RELEASE
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
diff --git a/sandbox/webflow/pom.xml b/sandbox/webflow/pom.xml
index 822e8777ce..493b985cc1 100644
--- a/sandbox/webflow/pom.xml
+++ b/sandbox/webflow/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples-webflow
Spring Security - Webflow sample
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
war
diff --git a/taglibs/pom.xml b/taglibs/pom.xml
index 05bbacd35c..1c88e8edfe 100644
--- a/taglibs/pom.xml
+++ b/taglibs/pom.xml
@@ -3,13 +3,13 @@
spring-security-parent
org.springframework.security
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
4.0.0
org.springframework.security
spring-security-taglibs
Spring Security - JSP taglibs
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
diff --git a/web/pom.xml b/web/pom.xml
index 1192c7ade7..f2dc41e4af 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.2.CI-SNAPSHOT
+ 3.0.2.RELEASE
jar
spring-security-web