Update to 3.1 to match attributes sample.

This commit is contained in:
Ben Alex 2004-11-20 20:55:36 +00:00
parent c66c33e702
commit 3fe31a4c2e
1 changed files with 22 additions and 43 deletions

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
* ======================================================================== * ========================================================================
* *
@ -19,7 +18,6 @@
* *
* ======================================================================== * ========================================================================
--> -->
<project> <project>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<groupId>acegisecurity</groupId> <groupId>acegisecurity</groupId>
@ -35,17 +33,14 @@
<inceptionYear>2004</inceptionYear> <inceptionYear>2004</inceptionYear>
<logo>http://acegisecurity.sourceforge.net/logo.gif</logo> <logo>http://acegisecurity.sourceforge.net/logo.gif</logo>
<url>http://acegisecurity.sourceforge.net/</url> <url>http://acegisecurity.sourceforge.net/</url>
<siteAddress>shell.sourceforge.net</siteAddress> <siteAddress>shell.sourceforge.net</siteAddress>
<siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory> <siteDirectory>/home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
<distributionSite>shell.sourceforge.net</distributionSite> <distributionSite>shell.sourceforge.net</distributionSite>
<distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory> <distributionDirectory>/home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
<repository> <repository>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
</repository> </repository>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Acegi Developer List</name> <name>Acegi Developer List</name>
@ -65,17 +60,12 @@
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<developers> <developers>
<developer> <developer>
<name>Ben Alex</name> <name>Ben Alex</name>
<id>benalex</id> <id>benalex</id>
<email>benalex at users.sourceforge.net</email> <email>benalex at users.sourceforge.net</email>
<organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization> <organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
<roles>
<role>Original developer</role>
<role>Project leader</role>
</roles>
</developer> </developer>
<developer> <developer>
<name>Francois Beausoleil</name> <name>Francois Beausoleil</name>
@ -91,9 +81,6 @@
<name>Carlos Sanchez</name> <name>Carlos Sanchez</name>
<id>carlossg</id> <id>carlossg</id>
<email>carlossg at users.sourceforge.net</email> <email>carlossg at users.sourceforge.net</email>
<roles>
<role>Maven support</role>
</roles>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
@ -107,59 +94,33 @@
<email>raykrueger at users.sourceforge.net</email> <email>raykrueger at users.sourceforge.net</email>
</developer> </developer>
</developers> </developers>
<contributors> <contributors>
<contributor> <contributor>
<name>Cameron Braid</name> <name>Cameron Braid</name>
<id>CameronBraid</id> <id>CameronBraid</id>
<roles>
<role>Commons Attributes configuration support</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Patrick Burleson</name> <name>Patrick Burleson</name>
<roles>
<role>weblogic support</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Wesley Hall</name> <name>Wesley Hall</name>
<roles>
<role>Authentication exception handling</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Scott Evans</name> <name>Scott Evans</name>
<roles>
<role>Taglib improvements</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Travis Gregg</name> <name>Travis Gregg</name>
<roles>
<role>Fix to EH-CACHE usage after web context refresh</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Karel Miarka</name> <name>Karel Miarka</name>
<roles>
<role>Fix for EH-CACHE NPEs, additional event handling for DaoAuthenticationProvider, and the PasswordAuthenticationProvider-related (including LDAP DAO) classes</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>James Monaghan</name> <name>James Monaghan</name>
<roles>
<role>ContextPropagatingRemoteInvocation support classes</role>
</roles>
</contributor> </contributor>
<contributor> <contributor>
<name>Andrew Petro</name> <name>Andrew Petro</name>
<roles>
<role>Documentation</role>
</roles>
</contributor> </contributor>
</contributors> </contributors>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>ehcache</groupId> <groupId>ehcache</groupId>
@ -175,6 +136,7 @@
<groupId>aopalliance</groupId> <groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId> <artifactId>aopalliance</artifactId>
<version>1.0</version> <version>1.0</version>
<type>jar</type>
<url>http://aopalliance.sourceforge.net</url> <url>http://aopalliance.sourceforge.net</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -184,6 +146,7 @@
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.2</version> <version>1.2</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url> <url>http://jakarta.apache.org/commons</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -192,7 +155,8 @@
<dependency> <dependency>
<groupId>commons-collections</groupId> <groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId> <artifactId>commons-collections</artifactId>
<version>3.0</version> <version>3.1</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url> <url>http://jakarta.apache.org/commons</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -202,6 +166,7 @@
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<version>1.0</version> <version>1.0</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url> <url>http://jakarta.apache.org/commons</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -211,6 +176,7 @@
<groupId>jstl</groupId> <groupId>jstl</groupId>
<artifactId>jstl</artifactId> <artifactId>jstl</artifactId>
<version>1.0.2</version> <version>1.0.2</version>
<type>jar</type>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
</properties> </properties>
@ -219,11 +185,13 @@
<groupId>servletapi</groupId> <groupId>servletapi</groupId>
<artifactId>servletapi</artifactId> <artifactId>servletapi</artifactId>
<version>2.3</version> <version>2.3</version>
<type>jar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>oro</groupId> <groupId>oro</groupId>
<artifactId>oro</artifactId> <artifactId>oro</artifactId>
<version>2.0.7</version> <version>2.0.7</version>
<type>jar</type>
<url>http://jakarta.apache.org/oro/</url> <url>http://jakarta.apache.org/oro/</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -233,6 +201,7 @@
<groupId>hsqldb</groupId> <groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId> <artifactId>hsqldb</artifactId>
<version>1.7.2-rc6c</version> <version>1.7.2-rc6c</version>
<type>jar</type>
<url>http://hsqldb.sourceforge.net/</url> <url>http://hsqldb.sourceforge.net/</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -242,6 +211,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -251,6 +221,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-dao</artifactId> <artifactId>spring-dao</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -260,6 +231,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-orm</artifactId> <artifactId>spring-orm</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -269,6 +241,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -278,6 +251,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -287,6 +261,7 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -296,12 +271,14 @@
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-mock</artifactId> <artifactId>spring-mock</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-attributes</groupId> <groupId>commons-attributes</groupId>
<artifactId>commons-attributes-api</artifactId> <artifactId>commons-attributes-api</artifactId>
<version>2.1</version> <version>2.1</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url> <url>http://jakarta.apache.org/commons</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -311,12 +288,14 @@
<groupId>commons-attributes</groupId> <groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId> <artifactId>commons-attributes-compiler</artifactId>
<version>2.1</version> <version>2.1</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url> <url>http://jakarta.apache.org/commons</url>
</dependency> </dependency>
<dependency> <dependency>
<groupId>taglibs</groupId> <groupId>taglibs</groupId>
<artifactId>standard</artifactId> <artifactId>standard</artifactId>
<version>1.0.4</version> <version>1.0.4</version>
<type>jar</type>
<url>http://jakarta.apache.org/taglibs/</url> <url>http://jakarta.apache.org/taglibs/</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -326,6 +305,7 @@
<groupId>cas</groupId> <groupId>cas</groupId>
<artifactId>casclient</artifactId> <artifactId>casclient</artifactId>
<version>2.0.11</version> <version>2.0.11</version>
<type>jar</type>
<url>http://www.yale.edu/tp/cas</url> <url>http://www.yale.edu/tp/cas</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -335,6 +315,7 @@
<groupId>aspectj</groupId> <groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId> <artifactId>aspectjrt</artifactId>
<version>1.2</version> <version>1.2</version>
<type>jar</type>
<url>http://www.eclipse.org/aspectj</url> <url>http://www.eclipse.org/aspectj</url>
<properties> <properties>
<war.bundle>true</war.bundle> <war.bundle>true</war.bundle>
@ -380,6 +361,7 @@
<includes> <includes>
<include>notice.txt</include> <include>notice.txt</include>
</includes> </includes>
<filtering>false</filtering>
</resource> </resource>
<resource> <resource>
<directory>${basedir}/src/main/resources</directory> <directory>${basedir}/src/main/resources</directory>
@ -404,11 +386,9 @@
<report>maven-pmd-plugin</report> <report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report> <report>maven-simian-plugin</report>
<report>maven-tasklist-plugin</report> <report>maven-tasklist-plugin</report>
<report>maven-findbugs-plugin</report> <report>maven-findbugs-plugin</report>
<report>maven-statcvs-plugin</report> <report>maven-statcvs-plugin</report>
</reports> </reports>
<versions> <versions>
<version> <version>
<id>0.3</id> <id>0.3</id>
@ -441,6 +421,5 @@
<tag>release_0_6_1</tag> <tag>release_0_6_1</tag>
</version> </version>
</versions> </versions>
</project> </project>