From 2ee7696bf48fd608a505b0b593b216b8ff786479 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 19 Feb 2010 17:35:19 +0000 Subject: [PATCH] Update version number to 3.1.0.CI-SNAPSHOT. --- acl/pom.xml | 2 +- aspects/pom.xml | 8 ++++---- 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 | 4 ++-- 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 | 4 ++-- sandbox/webflow/pom.xml | 2 +- taglibs/pom.xml | 4 ++-- web/pom.xml | 2 +- 28 files changed, 35 insertions(+), 35 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index c5f80e02a5..b29102b406 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT 4.0.0 org.springframework.security diff --git a/aspects/pom.xml b/aspects/pom.xml index 6809a2bdeb..7f32733385 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar spring-security-aspects @@ -22,7 +22,7 @@ org.springframework.security spring-security-core - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT @@ -39,12 +39,12 @@ org.aspectj aspectjrt - 1.6.5 + 1.6.8 org.aspectj aspectjtools - 1.6.5 + 1.6.8 diff --git a/build.gradle b/build.gradle index c308ed0e15..2b74e87901 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.RELEASE' + version = '3.1.0.CI-SNAPSHOT' releaseBuild = version.endsWith('RELEASE') snapshotBuild = version.endsWith('SNAPSHOT') diff --git a/cas/pom.xml b/cas/pom.xml index e6ab0793c0..4361da39bb 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-cas-client Spring Security - CAS support diff --git a/config/pom.xml b/config/pom.xml index 26ed8978d7..08fd67fd1a 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar spring-security-config diff --git a/core/pom.xml b/core/pom.xml index 2a906becf7..e4ebb4ac3d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar spring-security-core diff --git a/itest/context/pom.xml b/itest/context/pom.xml index efac76be5c..877a9ecd95 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -4,7 +4,7 @@ org.springframework.security spring-security-itest - 3.0.2.RELEASE + 3.1.0.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 7ad2cae61d..6469c4dc7f 100644 --- a/itest/misc/pom.xml +++ b/itest/misc/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-itest - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-itest-misc Spring Security - Miscellaneous Integration Tests diff --git a/itest/pom.xml b/itest/pom.xml index 0b136894c3..7efd03dc03 100644 --- a/itest/pom.xml +++ b/itest/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-itest Spring Security - Integration Tests pom - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT web diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 573146600b..971a0f7fed 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -4,7 +4,7 @@ org.springframework.security spring-security-itest - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-itest-web Spring Security - Web Integration Tests diff --git a/ldap/pom.xml b/ldap/pom.xml index 543875ea4c..0ab59502db 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar spring-security-ldap diff --git a/openid/pom.xml b/openid/pom.xml index a06fa4decb..7b94ad3221 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-openid Spring Security - OpenID support Spring Security - Support for OpenID - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index d973377c7c..6bebf5274a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT Spring Security pom diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 4dea415534..e534d16d8a 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-samples-aspectj jar diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index 4e1ac90f88..186beca0f6 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.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml index ed404cae4f..273db60a66 100644 --- a/samples/cas/pom.xml +++ b/samples/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-cas diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 80d9eeead9..47bfc96228 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.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-server diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index c1aa7137a5..258966da13 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-samples-contacts Spring Security - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index 08563c9b41..bd9fb5a1c7 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT spring-security-samples-dms Spring Security - DMS sample diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index 0bf29affd5..0cc0ffd9e3 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-ldap diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index a6ffc7368c..24d666fc70 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-openid diff --git a/samples/pom.xml b/samples/pom.xml index 11636ee7bb..2dc29e93a7 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index a568005470..72ba1c3b23 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-preauth diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index b9597ced83..aca1f0ca8d 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security spring-security-samples-tutorial diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml index 009ea59597..91c52215e4 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.RELEASE + 3.1.0.CI-SNAPSHOT org.springframework.security @@ -205,7 +205,7 @@ 3.0.0.RELEASE - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT diff --git a/sandbox/webflow/pom.xml b/sandbox/webflow/pom.xml index 493b985cc1..86fb704558 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.RELEASE + 3.1.0.CI-SNAPSHOT war diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 1c88e8edfe..d20537c369 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,13 +3,13 @@ spring-security-parent org.springframework.security - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT 4.0.0 org.springframework.security spring-security-taglibs Spring Security - JSP taglibs - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar diff --git a/web/pom.xml b/web/pom.xml index f2dc41e4af..2bca5ec846 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.2.RELEASE + 3.1.0.CI-SNAPSHOT jar spring-security-web