diff --git a/adapters/cas/pom.xml b/adapters/cas/pom.xml index 38c2d66cbc..f2bb0bec65 100644 --- a/adapters/cas/pom.xml +++ b/adapters/cas/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-cas Acegi Security System for Spring - CAS adapter diff --git a/adapters/catalina/pom.xml b/adapters/catalina/pom.xml index fe4f6f9e92..b97d4a0359 100644 --- a/adapters/catalina/pom.xml +++ b/adapters/catalina/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-catalina Acegi Security System for Spring - Catalina adapter diff --git a/adapters/jboss/pom.xml b/adapters/jboss/pom.xml index 6f33c1ab49..e643c6722e 100644 --- a/adapters/jboss/pom.xml +++ b/adapters/jboss/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-jboss Acegi Security System for Spring - JBoss adapter diff --git a/adapters/jetty/pom.xml b/adapters/jetty/pom.xml index 9908fa07d9..2d1ca6800d 100644 --- a/adapters/jetty/pom.xml +++ b/adapters/jetty/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-jetty Acegi Security System for Spring - Jetty adapter diff --git a/adapters/pom.xml b/adapters/pom.xml index 008eb8278b..eedae38f48 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-adapters Acegi Security System for Spring - Adapters diff --git a/adapters/resin/pom.xml b/adapters/resin/pom.xml index e1777b34c4..812b434537 100644 --- a/adapters/resin/pom.xml +++ b/adapters/resin/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-adapters - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-resin Acegi Security System for Spring - Resin adapter diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 7e08a6afb2..b9dd9c2d43 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -3,7 +3,7 @@ org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-tiger Acegi Security System for Spring - Java 5 (Tiger) diff --git a/core/pom.xml b/core/pom.xml index 837d0f2e05..ab1273e5eb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT jar acegi-security diff --git a/doc/pom.xml b/doc/pom.xml index 906ff7572c..2937fe4fa3 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -6,9 +6,11 @@ org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-doc + Acegi Security System for Spring - Documentation + pom @@ -19,14 +21,14 @@ - + --> + diff --git a/pom.xml b/pom.xml index bb70191e5c..3be5f769bc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT Acegi Security System for Spring - Parent pom @@ -12,11 +12,13 @@ core core-tiger adapters + samples + doc Acegi Security System for Spring - Acegi Technology Pty Limited + Interface21, Inc http://sourceforge.net/projects/acegisecurity @@ -44,12 +46,10 @@ - + + jira + http://opensource.atlassian.com/projects/spring/browse/SEC + @@ -118,18 +118,6 @@ - - - Spring User List - - - http://sourceforge.net/mailarchive/forum.php?forum_id=30287 - - @@ -257,28 +245,18 @@ org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - + maven-help-plugin + 2.0.1 + + org.apache.maven.plugins + maven-clean-plugin + 2.1.1 + org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - package - - - - - org.apache.maven.plugins - maven-source-plugin - 2.0 + maven-resources-plugin + 2.2 org.apache.maven.plugins @@ -303,11 +281,78 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.3 + 1.3 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + test-jar + + package + + + + + org.apache.maven.plugins + maven-source-plugin + 2.0.3 + + true + + + + + jar + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.0.2 + + + org.apache.maven.plugins + maven-assembly-plugin + 2.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.3 + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-5 + + + https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags + + + org.apache.maven.plugins maven-eclipse-plugin - 2.2 + 2.3 true 1.0 @@ -325,14 +370,11 @@ - + - maven-release-plugin - - - https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags - - + org.apache.maven.plugins + maven-site-plugin + 2.0-beta-5 diff --git a/samples/acegifier/pom.xml b/samples/acegifier/pom.xml index b562f7105d..efd9492ec2 100644 --- a/samples/acegifier/pom.xml +++ b/samples/acegifier/pom.xml @@ -8,7 +8,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT diff --git a/samples/annotations/pom.xml b/samples/annotations/pom.xml index f4466399dd..a17d2ca1e7 100644 --- a/samples/annotations/pom.xml +++ b/samples/annotations/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-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 b514279b47..14b5955e79 100644 --- a/samples/attributes/pom.xml +++ b/samples/attributes/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-sample-attributes Acegi Security System for Spring - Attributes sample diff --git a/samples/contacts-tiger/pom.xml b/samples/contacts-tiger/pom.xml index dd1b4fc553..95da6ba311 100644 --- a/samples/contacts-tiger/pom.xml +++ b/samples/contacts-tiger/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-sample-contacts-tiger Acegi Security System for Spring - Contacts sample diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index a0952d8c36..d01e748995 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-sample-contacts Acegi Security System for Spring - Contacts sample diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml index ad76620714..4ec027d0ac 100644 --- a/samples/dms/pom.xml +++ b/samples/dms/pom.xml @@ -6,7 +6,7 @@ org.acegisecurity acegi-security-samples - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT acegi-security-sample-dms Acegi Security System for Spring - dms sample diff --git a/samples/pom.xml b/samples/pom.xml index 228eccc54a..e97a304bc5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -1,16 +1,15 @@ 4.0.0 - org.acegisecurity - acegi-security-samples - pom - 1.1-SNAPSHOT - acegi-security-samples org.acegisecurity acegi-security-parent - 1.1-SNAPSHOT + 1.0.4-SNAPSHOT + org.acegisecurity + acegi-security-samples + pom + acegi-security-samples