From e41860d944fe294fa2cb726d1144e38d02dc02b7 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 24 Dec 2007 17:13:29 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- adapters/cas/pom.xml | 2 +- adapters/catalina/pom.xml | 2 +- adapters/jboss/pom.xml | 2 +- adapters/jetty/pom.xml | 2 +- adapters/pom.xml | 2 +- adapters/resin/pom.xml | 2 +- core-tiger/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 8 ++++---- samples/contacts/pom.xml | 2 +- samples/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/adapters/cas/pom.xml b/adapters/cas/pom.xml index 918c72950f..7b0763ca21 100644 --- a/adapters/cas/pom.xml +++ b/adapters/cas/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-cas Acegi Security System for Spring - CAS adapter diff --git a/adapters/catalina/pom.xml b/adapters/catalina/pom.xml index e772646fec..5c65cecaa1 100644 --- a/adapters/catalina/pom.xml +++ b/adapters/catalina/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-catalina Acegi Security System for Spring - Catalina adapter diff --git a/adapters/jboss/pom.xml b/adapters/jboss/pom.xml index a52fe9ee8b..c7bd24412a 100644 --- a/adapters/jboss/pom.xml +++ b/adapters/jboss/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-jboss Acegi Security System for Spring - JBoss adapter diff --git a/adapters/jetty/pom.xml b/adapters/jetty/pom.xml index 12af1a55f9..e51f0a634f 100644 --- a/adapters/jetty/pom.xml +++ b/adapters/jetty/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-jetty Acegi Security System for Spring - Jetty adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 5fd6c0f328..e5835b795c 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-adapters Acegi Security System for Spring - Adapters diff --git a/adapters/resin/pom.xml b/adapters/resin/pom.xml index 462445de61..c6c92c8b17 100644 --- a/adapters/resin/pom.xml +++ b/adapters/resin/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-resin Acegi Security System for Spring - Resin adapter diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 8febb1de5e..d81ad44d92 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-tiger Acegi Security System for Spring - Java 5 (Tiger) diff --git a/core/pom.xml b/core/pom.xml index 1d32c4f303..279154e834 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.6 + 1.0.7-SNAPSHOT jar acegi-security diff --git a/pom.xml b/pom.xml index b89388d7aa..bd92fe469b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.acegisecurity acegi-security-parent - 1.0.6 + 1.0.7-SNAPSHOT Acegi Security pom @@ -32,9 +32,9 @@ - scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/release_1_0_6 - scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/release_1_0_6 - http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/release_1_0_6 + scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/ + scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/ + http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/ diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 2839ec1ece..6862efcf82 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-samples - 1.0.6 + 1.0.7-SNAPSHOT acegi-security-samples-contacts Acegi Security System for Spring - Contacts sample diff --git a/samples/pom.xml b/samples/pom.xml index 5a5b8868d0..9d906b0721 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.6 + 1.0.7-SNAPSHOT org.acegisecurity acegi-security-samples diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 66167b39d9..e8d0c5e1fd 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-samples - 1.0.6 + 1.0.7-SNAPSHOT org.acegisecurity acegi-security-samples-tutorial