From 8d4b97f6853e28b842bf3ab34d47a446951c8782 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 6 Sep 2007 02:52:09 +0000 Subject: [PATCH] Updated poms post-release 1.0.5 --- adapters/cas/pom.xml | 4 ++-- adapters/catalina/pom.xml | 4 ++-- adapters/jboss/pom.xml | 4 ++-- adapters/jetty/pom.xml | 4 ++-- adapters/pom.xml | 2 +- adapters/resin/pom.xml | 4 ++-- core-tiger/pom.xml | 2 +- core/pom.xml | 4 ++-- pom.xml | 4 ++-- releasebuild.sh | 2 +- samples/annotations/pom.xml | 2 +- samples/attributes/pom.xml | 2 +- samples/contacts/pom.xml | 2 +- samples/dms/pom.xml | 2 +- samples/pom.xml | 2 +- samples/tutorial/pom.xml | 4 ++-- sandbox/openid/pom.xml | 2 +- sandbox/other/pom.xml | 2 +- sandbox/pom.xml | 4 ++-- sandbox/portlet/pom.xml | 2 +- sandbox/spring-security-config/pom.xml | 4 ++-- sandbox/webwork/pom.xml | 2 +- 22 files changed, 32 insertions(+), 32 deletions(-) diff --git a/adapters/cas/pom.xml b/adapters/cas/pom.xml index 1ea9152794..7349328026 100644 --- a/adapters/cas/pom.xml +++ b/adapters/cas/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-cas Acegi Security System for Spring - CAS adapter @@ -23,4 +23,4 @@ spring-web - \ No newline at end of file + diff --git a/adapters/catalina/pom.xml b/adapters/catalina/pom.xml index 12d485d89e..e2a26e31ac 100644 --- a/adapters/catalina/pom.xml +++ b/adapters/catalina/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-catalina Acegi Security System for Spring - Catalina adapter @@ -14,4 +14,4 @@ 4.1.9 - \ No newline at end of file + diff --git a/adapters/jboss/pom.xml b/adapters/jboss/pom.xml index 5130fcc943..d201e05535 100644 --- a/adapters/jboss/pom.xml +++ b/adapters/jboss/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-jboss Acegi Security System for Spring - JBoss adapter @@ -20,4 +20,4 @@ provided - \ No newline at end of file + diff --git a/adapters/jetty/pom.xml b/adapters/jetty/pom.xml index d3cdfea905..b405b9cd99 100644 --- a/adapters/jetty/pom.xml +++ b/adapters/jetty/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-jetty Acegi Security System for Spring - Jetty adapter @@ -14,4 +14,4 @@ 4.2.22 - \ No newline at end of file + diff --git a/adapters/pom.xml b/adapters/pom.xml index a576dec286..dee8266297 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-adapters Acegi Security System for Spring - Adapters diff --git a/adapters/resin/pom.xml b/adapters/resin/pom.xml index 8da0fcfc82..ad5261c199 100644 --- a/adapters/resin/pom.xml +++ b/adapters/resin/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-resin Acegi Security System for Spring - Resin adapter @@ -20,4 +20,4 @@ provided - \ No newline at end of file + diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 796dbcaa33..d1aa1aca7a 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-tiger Acegi Security System for Spring - Java 5 (Tiger) diff --git a/core/pom.xml b/core/pom.xml index 865010aca0..c17995c3f6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT jar acegi-security @@ -172,4 +172,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index dc2a1f79bc..ed87529a13 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT Acegi Security pom @@ -589,4 +589,4 @@ ${basedir}/target/site/guide - \ No newline at end of file + diff --git a/releasebuild.sh b/releasebuild.sh index 7af0526b2d..0eb96ab4f6 100644 --- a/releasebuild.sh +++ b/releasebuild.sh @@ -33,7 +33,7 @@ # ######################################################################################################################## -RELEASE_VERSION=1.0.5 +RELEASE_VERSION=1.0.6-SNAPSHOT # Project Name. Used for creating the archives. PROJECT_NAME=acegi-security diff --git a/samples/annotations/pom.xml b/samples/annotations/pom.xml index bbff2733b9..9bb81b39f8 100644 --- a/samples/annotations/pom.xml +++ b/samples/annotations/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-sample-annotations Acegi Security System for Spring - Annotations sample diff --git a/samples/attributes/pom.xml b/samples/attributes/pom.xml index c9acf3429b..353d3a6523 100644 --- a/samples/attributes/pom.xml +++ b/samples/attributes/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-sample-attributes Acegi Security System for Spring - Attributes sample diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 0c3bec8418..31ce32bc22 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-samples-contacts Acegi Security System for Spring - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index c6305740ad..34788c1445 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-sample-dms Acegi Security System for Spring - dms sample diff --git a/samples/pom.xml b/samples/pom.xml index 64e3d6edac..e80e4fbbd9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT org.acegisecurity acegi-security-samples diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 94314b0dca..320e51d8ec 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-samples - 1.0.5 + 1.0.6-SNAPSHOT org.acegisecurity acegi-security-samples-tutorial @@ -33,4 +33,4 @@ - \ No newline at end of file + diff --git a/sandbox/openid/pom.xml b/sandbox/openid/pom.xml index d1e8f03b75..7095d1de6b 100644 --- a/sandbox/openid/pom.xml +++ b/sandbox/openid/pom.xml @@ -4,7 +4,7 @@ org.acegisecurity acegi-security-sandbox - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-openid Acegi Security System for Spring - OpenID support diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml index bc368528a8..c39e30368a 100644 --- a/sandbox/other/pom.xml +++ b/sandbox/other/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-sandbox - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-sandbox-other Acegi Security System for Spring - Sandbox other diff --git a/sandbox/pom.xml b/sandbox/pom.xml index fc3c24c085..62355333bf 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -4,7 +4,7 @@ org.acegisecurity acegi-security-parent - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-sandbox Acegi Security System for Spring - Sandbox @@ -27,7 +27,7 @@ org.acegisecurity acegi-security - 1.0.5 + 1.0.6-SNAPSHOT diff --git a/sandbox/portlet/pom.xml b/sandbox/portlet/pom.xml index 10b7bf5660..8f291c8e17 100644 --- a/sandbox/portlet/pom.xml +++ b/sandbox/portlet/pom.xml @@ -4,7 +4,7 @@ org.acegisecurity acegi-security-sandbox - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-portlet Acegi Security System for Spring - Portlet support diff --git a/sandbox/spring-security-config/pom.xml b/sandbox/spring-security-config/pom.xml index d20ebbc53f..e91ee781f8 100644 --- a/sandbox/spring-security-config/pom.xml +++ b/sandbox/spring-security-config/pom.xml @@ -3,7 +3,7 @@ acegi-security-sandbox org.acegisecurity - 1.0.5 + 1.0.6-SNAPSHOT 4.0.0 org.acegisecurity @@ -15,7 +15,7 @@ org.acegisecurity acegi-security-tiger - 1.0.5 + 1.0.6-SNAPSHOT org.springframework diff --git a/sandbox/webwork/pom.xml b/sandbox/webwork/pom.xml index f537ab4cba..8eefd80c66 100644 --- a/sandbox/webwork/pom.xml +++ b/sandbox/webwork/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-sandbox - 1.0.5 + 1.0.6-SNAPSHOT acegi-security-webwork Acegi Security System for Spring - Webwork support