From 6c6ef0835321446c29530d4117620f4e8102355b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 22 Dec 2009 22:19:38 +0000 Subject: [PATCH] [maven-release-plugin] prepare release spring-security-3.0.0.RELEASE --- acl/pom.xml | 2 +- cas/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- ldap/pom.xml | 2 +- openid/pom.xml | 4 ++-- pom.xml | 8 ++++---- 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 +- taglibs/pom.xml | 4 ++-- web/pom.xml | 2 +- 19 files changed, 24 insertions(+), 24 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index ddd39c4334..091feed8eb 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE 4.0.0 org.springframework.security diff --git a/cas/pom.xml b/cas/pom.xml index d510f61ce3..68e8f12d50 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE spring-security-cas-client Spring Security - CAS support diff --git a/config/pom.xml b/config/pom.xml index ffe0b0a2cd..73e759aa4b 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar spring-security-config diff --git a/core/pom.xml b/core/pom.xml index 3e04e307fb..d4939867a5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar spring-security-core diff --git a/ldap/pom.xml b/ldap/pom.xml index 2ad14d064a..ac758cb8cc 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar spring-security-ldap diff --git a/openid/pom.xml b/openid/pom.xml index c715b1e7db..47aada40e9 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE spring-security-openid Spring Security - OpenID support Spring Security - Support for OpenID - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar diff --git a/pom.xml b/pom.xml index 639de96cbb..051fc05969 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE Spring Security pom @@ -39,9 +39,9 @@ - scm:svn:https://src.springframework.org/svn/spring-security/trunk - scm:svn:https://src.springframework.org/svn/spring-security/trunk - https://src.springframework.org/svn/spring-security/trunk + scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RELEASE + scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RELEASE + https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RELEASE diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index 4e8f65065c..a625d977f5 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.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml index 95a488433e..c7fb0cd92f 100644 --- a/samples/cas/pom.xml +++ b/samples/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-cas diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 45668472a0..a89e1b727f 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.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-cas-server diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index d77e570ca5..b311124c3b 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE spring-security-samples-contacts Spring Security - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index df52a573d0..54d82f098c 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE spring-security-samples-dms Spring Security - DMS sample diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index e0f50c2775..bc1c00fed1 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-ldap diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index 5f9970db41..a222962cbf 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-openid diff --git a/samples/pom.xml b/samples/pom.xml index da6cad321e..05f56a376b 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index 3a91d357ba..399b0840c2 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-preauth diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 8f47bc1c0c..57ef741279 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE org.springframework.security spring-security-samples-tutorial diff --git a/taglibs/pom.xml b/taglibs/pom.xml index e0e87523fe..fb5da6dad2 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,13 +3,13 @@ spring-security-parent org.springframework.security - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE 4.0.0 org.springframework.security spring-security-taglibs Spring Security - JSP taglibs - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar diff --git a/web/pom.xml b/web/pom.xml index c5bdc8ac77..1b9e925eb9 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.CI-SNAPSHOT + 3.0.0.RELEASE jar spring-security-web