From 1c3d530b607aaa06e3f9f930d2050f85defb520c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 25 Oct 2010 17:20:25 +0100 Subject: [PATCH] Switch versions to 2.0.7.CI-SNAPSHOT --- acl/pom.xml | 2 +- cas/pom.xml | 2 +- core-tiger/pom.xml | 2 +- core/pom.xml | 2 +- itest/context/pom.xml | 2 +- itest/pom.xml | 2 +- itest/web/pom.xml | 2 +- ntlm/pom.xml | 2 +- openid/pom.xml | 4 ++-- pom.xml | 2 +- portlet/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/portlet/pom.xml | 2 +- samples/preauth/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- taglibs/pom.xml | 4 ++-- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 92f114965f..5cca00ae86 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT 4.0.0 org.springframework.security diff --git a/cas/pom.xml b/cas/pom.xml index 15c41d29e6..3c10e28dbb 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-cas-client Spring Security - CAS support diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index a56f7f3ef1..60f4cf193d 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT jar spring-security-core-tiger diff --git a/core/pom.xml b/core/pom.xml index 29b34e51af..929ecea018 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT jar spring-security-core diff --git a/itest/context/pom.xml b/itest/context/pom.xml index e65bf8d772..c596139ba4 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-itest - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-itest-context Spring Security - Miscellaneous Application Context Integration Tests diff --git a/itest/pom.xml b/itest/pom.xml index 870a48f015..b2e00352f1 100644 --- a/itest/pom.xml +++ b/itest/pom.xml @@ -4,7 +4,7 @@ spring-security-itest Spring Security - Integration Tests pom - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT web diff --git a/itest/web/pom.xml b/itest/web/pom.xml index dee6df09db..b5b9662c6b 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -5,7 +5,7 @@ org.springframework.security spring-security-itest - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-itest-web Spring Security - Web Integration Tests diff --git a/ntlm/pom.xml b/ntlm/pom.xml index eef6c5f9d3..a3b031069e 100755 --- a/ntlm/pom.xml +++ b/ntlm/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT jar spring-security-ntlm diff --git a/openid/pom.xml b/openid/pom.xml index a2e57efc29..a7a109f935 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-openid Spring Security - OpenID support Spring Security - Support for OpenID - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index b3e674d575..86f8b49a12 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT Spring Security pom diff --git a/portlet/pom.xml b/portlet/pom.xml index e1936b071c..b5c915cef0 100644 --- a/portlet/pom.xml +++ b/portlet/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-portlet Spring Security - Portlet support diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index 7829d12958..bad3881011 100644 --- a/samples/cas/client/pom.xml +++ b/samples/cas/client/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples-cas - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml index 72f8d4fac0..89dbd9d873 100644 --- a/samples/cas/pom.xml +++ b/samples/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-cas diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index c469ae44eb..a4f809c316 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples-cas - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-server diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 71f9b9a167..b8c5019d6e 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-samples-contacts Spring Security - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index 5baa9926b7..1f087db42f 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT spring-security-samples-dms Spring Security - DMS sample diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index 4028a4a5c4..cc85a1f1c9 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-ldap diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index 3521a37e6b..77bc54f916 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-openid diff --git a/samples/pom.xml b/samples/pom.xml index d9d07393c3..dd9e9ff9f8 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples diff --git a/samples/portlet/pom.xml b/samples/portlet/pom.xml index e4160b0326..c46c22c827 100644 --- a/samples/portlet/pom.xml +++ b/samples/portlet/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-portlet diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index 510972175f..b56368bc34 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-preauth diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 89fde25924..c5a753b73b 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT org.springframework.security spring-security-samples-tutorial diff --git a/taglibs/pom.xml b/taglibs/pom.xml index ba99019a14..4597289c34 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,13 +3,13 @@ spring-security-parent org.springframework.security - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT 4.0.0 org.springframework.security spring-security-taglibs Spring Security - JSP taglibs - 2.0.6.RELEASE + 2.0.7.CI-SNAPSHOT jar