diff --git a/acl/pom.xml b/acl/pom.xml
index a4e62e23a4..c2ad032320 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -3,7 +3,7 @@
spring-security-parent
org.springframework.security
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
4.0.0
org.springframework.security
diff --git a/aspects/pom.xml b/aspects/pom.xml
index 12662fbbc8..d48bf321aa 100644
--- a/aspects/pom.xml
+++ b/aspects/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
spring-security-aspects
@@ -18,7 +18,7 @@
org.springframework.security
spring-security-core
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
diff --git a/build.gradle b/build.gradle
index bc503bbfde..40c884a624 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'base'
allprojects {
- version = '3.0.3.RELEASE'
+ version = '3.0.4.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')
diff --git a/cas/pom.xml b/cas/pom.xml
index 340412e922..44a378eed4 100644
--- a/cas/pom.xml
+++ b/cas/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-cas-client
Spring Security - CAS support
diff --git a/config/pom.xml b/config/pom.xml
index edf81497c0..b682a58ef4 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
spring-security-config
diff --git a/core/pom.xml b/core/pom.xml
index e19f3f02b4..2086431ca4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
spring-security-core
diff --git a/itest/context/pom.xml b/itest/context/pom.xml
index ce6e3d55d4..17dd216006 100644
--- a/itest/context/pom.xml
+++ b/itest/context/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-itest-context
Spring Security - Miscellaneous Application Context Integration Tests
diff --git a/itest/misc/pom.xml b/itest/misc/pom.xml
index d6eaa46bcb..5e9670f4b7 100644
--- a/itest/misc/pom.xml
+++ b/itest/misc/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-itest
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-itest-misc
Spring Security - Miscellaneous Integration Tests
diff --git a/itest/pom.xml b/itest/pom.xml
index c057b51da4..10022cf4ec 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -3,12 +3,12 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-itest
Spring Security - Integration Tests
pom
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
web
diff --git a/itest/web/pom.xml b/itest/web/pom.xml
index 61ab8ccf73..04b5d3bbd2 100644
--- a/itest/web/pom.xml
+++ b/itest/web/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-itest-web
Spring Security - Web Integration Tests
diff --git a/ldap/pom.xml b/ldap/pom.xml
index 3d22f56e72..475d3169fb 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
spring-security-ldap
diff --git a/openid/pom.xml b/openid/pom.xml
index b4b686b5f4..5842cf7eed 100644
--- a/openid/pom.xml
+++ b/openid/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-openid
Spring Security - OpenID support
diff --git a/pom.xml b/pom.xml
index f2b2347b7f..bfd273da0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
Spring Security
pom
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 2c274267ba..7a2b965fe3 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-samples-aspectj
jar
diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml
index 6ef8e26ef0..4358eb839a 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.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-cas-client
diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml
index 1072ac8dd7..f75d78ef27 100644
--- a/samples/cas/pom.xml
+++ b/samples/cas/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-cas
diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml
index 7bc8fca16e..9ce0550006 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.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-cas-server
diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml
index e53714457f..e6662c1eb0 100644
--- a/samples/contacts/pom.xml
+++ b/samples/contacts/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-samples-contacts
Spring Security - Contacts sample
diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml
index 6c9ed24143..36f6a64ca2 100644
--- a/samples/dms/pom.xml
+++ b/samples/dms/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
spring-security-samples-dms
Spring Security - DMS sample
diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml
index e18f9ee801..69b9e3725c 100644
--- a/samples/ldap/pom.xml
+++ b/samples/ldap/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-ldap
diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml
index 7798d009e6..a34421d53d 100644
--- a/samples/openid/pom.xml
+++ b/samples/openid/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-openid
diff --git a/samples/pom.xml b/samples/pom.xml
index bc778280aa..bc8b76856f 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples
diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml
index f2dba503c9..733d18feff 100644
--- a/samples/preauth/pom.xml
+++ b/samples/preauth/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-preauth
diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml
index f1dd65e0e0..9013ca390c 100644
--- a/samples/tutorial/pom.xml
+++ b/samples/tutorial/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-samples
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
spring-security-samples-tutorial
diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml
index 9ded7588ae..1145c01500 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.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
org.springframework.security
@@ -188,7 +188,7 @@
3.0.3.RELEASE
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
diff --git a/sandbox/webflow/pom.xml b/sandbox/webflow/pom.xml
index 8637415ec1..aa60bf85c5 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.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
war
diff --git a/taglibs/pom.xml b/taglibs/pom.xml
index 93d6556f88..83ffcb54e8 100644
--- a/taglibs/pom.xml
+++ b/taglibs/pom.xml
@@ -3,13 +3,13 @@
spring-security-parent
org.springframework.security
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
4.0.0
org.springframework.security
spring-security-taglibs
Spring Security - JSP taglibs
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
diff --git a/web/pom.xml b/web/pom.xml
index 9e4d7fdcbc..6de5292fc8 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-parent
- 3.0.3.RELEASE
+ 3.0.4.CI-SNAPSHOT
jar
spring-security-web