From 2d27b281990aa593f555ecbf94d20719a10b8bd8 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 5 Sep 2011 19:05:30 +0100 Subject: [PATCH] Set version to 3.0.8.CI-SNAPSHOT. --- acl/pom.xml | 2 +- aspects/pom.xml | 4 ++-- build.gradle | 2 +- cas/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- itest/context/pom.xml | 2 +- itest/misc/pom.xml | 2 +- itest/pom.xml | 4 ++-- itest/web/pom.xml | 2 +- ldap/pom.xml | 2 +- openid/pom.xml | 2 +- pom.xml | 2 +- samples/aspectj/pom.xml | 2 +- samples/cas/client/pom.xml | 2 +- samples/cas/pom.xml | 2 +- samples/cas/server/pom.xml | 2 +- samples/contacts/pom.xml | 2 +- samples/dms/pom.xml | 2 +- samples/ldap/pom.xml | 2 +- samples/openid/pom.xml | 2 +- samples/pom.xml | 2 +- samples/preauth/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- sandbox/heavyduty/pom.xml | 2 +- sandbox/webflow/pom.xml | 2 +- taglibs/pom.xml | 4 ++-- web/pom.xml | 2 +- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 523ed68983..4ca4662779 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT 4.0.0 org.springframework.security diff --git a/aspects/pom.xml b/aspects/pom.xml index 6b12984abd..d328d0ae18 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar spring-security-aspects @@ -18,7 +18,7 @@ org.springframework.security spring-security-core - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT diff --git a/build.gradle b/build.gradle index de7209e2e1..fba90870d3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'base' allprojects { - version = '3.0.7.RELEASE' + version = '3.0.8.CI-SNAPSHOT' releaseBuild = version.endsWith('RELEASE') snapshotBuild = version.endsWith('SNAPSHOT') diff --git a/cas/pom.xml b/cas/pom.xml index de626bdd31..9334bf1b62 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-cas-client Spring Security - CAS support diff --git a/config/pom.xml b/config/pom.xml index f22dce8414..120ac463e2 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar spring-security-config diff --git a/core/pom.xml b/core/pom.xml index 45053eeb24..9aafc0e420 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar spring-security-core diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 964f06bffa..c91c93f4b4 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -4,7 +4,7 @@ org.springframework.security spring-security-itest - 3.0.7.RELEASE + 3.0.8.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 37fefb6b90..22493e7530 100644 --- a/itest/misc/pom.xml +++ b/itest/misc/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-itest - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-itest-misc Spring Security - Miscellaneous Integration Tests diff --git a/itest/pom.xml b/itest/pom.xml index bd34dd561e..d79029124c 100644 --- a/itest/pom.xml +++ b/itest/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-itest Spring Security - Integration Tests pom - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT web diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 32834a0c58..6679c138a5 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -4,7 +4,7 @@ org.springframework.security spring-security-itest - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-itest-web Spring Security - Web Integration Tests diff --git a/ldap/pom.xml b/ldap/pom.xml index 9c7b6b7351..ef2c592fac 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar spring-security-ldap diff --git a/openid/pom.xml b/openid/pom.xml index 4dd40b7c5e..4f731d1062 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-openid Spring Security - OpenID support diff --git a/pom.xml b/pom.xml index 3bdcb73f49..57c22f9c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT Spring Security pom diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 3182c8905b..ebf2aa976f 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-samples-aspectj jar diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index bb5acba98d..e398a5ce05 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.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml index 0c6337ebea..5627683141 100644 --- a/samples/cas/pom.xml +++ b/samples/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-cas diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 003da15d69..5291172600 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.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-server diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 63b5d7b1ac..ad195e75da 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-samples-contacts Spring Security - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index a2ccfb22e8..6311c39e27 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT spring-security-samples-dms Spring Security - DMS sample diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index 6a2ecb3626..6b2b7de040 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-ldap diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index e037f9d185..21d5df8c68 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-openid diff --git a/samples/pom.xml b/samples/pom.xml index 9e1e7bcc80..9a8fd4d322 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index 65696c359d..9ee13dc39f 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-preauth diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 44c82031da..32e493487d 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security spring-security-samples-tutorial diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml index 2e6eec61d4..bb7a20b95d 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.7.RELEASE + 3.0.8.CI-SNAPSHOT org.springframework.security diff --git a/sandbox/webflow/pom.xml b/sandbox/webflow/pom.xml index 97220379a5..9d72da6066 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.7.RELEASE + 3.0.8.CI-SNAPSHOT war diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 3cc3875baa..ec9b5db899 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,13 +3,13 @@ spring-security-parent org.springframework.security - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT 4.0.0 org.springframework.security spring-security-taglibs Spring Security - JSP taglibs - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar diff --git a/web/pom.xml b/web/pom.xml index f79a591da4..222360f9b0 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.7.RELEASE + 3.0.8.CI-SNAPSHOT jar spring-security-web