diff --git a/acl/pom.xml b/acl/pom.xml index 091feed8eb..ffb6f7804a 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT 4.0.0 org.springframework.security diff --git a/cas/pom.xml b/cas/pom.xml index 68e8f12d50..8ed2addd93 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT spring-security-cas-client Spring Security - CAS support diff --git a/config/pom.xml b/config/pom.xml index 73e759aa4b..279bb0bb5f 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar spring-security-config diff --git a/core/pom.xml b/core/pom.xml index d4939867a5..f7382f074c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar spring-security-core diff --git a/ldap/pom.xml b/ldap/pom.xml index ac758cb8cc..6706827010 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar spring-security-ldap diff --git a/openid/pom.xml b/openid/pom.xml index 47aada40e9..5c26a3520f 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,12 +3,12 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT spring-security-openid Spring Security - OpenID support Spring Security - Support for OpenID - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index 051fc05969..b2a2d564c4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT Spring Security pom @@ -39,9 +39,9 @@ - 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 + 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 diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index a625d977f5..c3fec73016 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.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/pom.xml b/samples/cas/pom.xml index c7fb0cd92f..36cd1a030d 100644 --- a/samples/cas/pom.xml +++ b/samples/cas/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-cas diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index a89e1b727f..b3c5bb7e1c 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.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-cas-server diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index b311124c3b..751f5fa812 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT spring-security-samples-contacts Spring Security - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index 54d82f098c..d1a1a83318 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT spring-security-samples-dms Spring Security - DMS sample diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index bc1c00fed1..ae8034a545 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-ldap diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml index a222962cbf..d2302e8aa6 100644 --- a/samples/openid/pom.xml +++ b/samples/openid/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-openid diff --git a/samples/pom.xml b/samples/pom.xml index 05f56a376b..305c24fc88 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml index 399b0840c2..41f930b06e 100644 --- a/samples/preauth/pom.xml +++ b/samples/preauth/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-preauth diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 57ef741279..aa69de81d9 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-samples - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT org.springframework.security spring-security-samples-tutorial diff --git a/taglibs/pom.xml b/taglibs/pom.xml index fb5da6dad2..3f4327cadf 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,13 +3,13 @@ spring-security-parent org.springframework.security - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT 4.0.0 org.springframework.security spring-security-taglibs Spring Security - JSP taglibs - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar diff --git a/web/pom.xml b/web/pom.xml index 1b9e925eb9..ad4dce5595 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-parent - 3.0.0.RELEASE + 3.0.1.CI-SNAPSHOT jar spring-security-web