2007-06-02 17:21:51 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2007-05-17 23:20:28 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.acegisecurity</groupId>
|
|
|
|
<artifactId>acegi-security-parent</artifactId>
|
2007-06-02 17:28:53 -04:00
|
|
|
<version>1.0.5-SNAPSHOT</version>
|
2007-05-17 23:20:28 -04:00
|
|
|
</parent>
|
2007-05-23 00:20:54 -04:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
|
|
|
<artifactId>acegi-security-samples</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>acegi-security-samples</name>
|
2007-05-17 23:20:28 -04:00
|
|
|
<modules>
|
|
|
|
<!--
|
|
|
|
<module>acegifier</module>
|
|
|
|
<module>annotations</module>
|
|
|
|
<module>attributes</module>
|
|
|
|
<module>contacts</module>
|
|
|
|
<module>contacts-tiger</module>
|
|
|
|
<module>dms</module>
|
|
|
|
-->
|
|
|
|
<module>tutorial</module>
|
|
|
|
</modules>
|
2005-12-22 11:17:37 -05:00
|
|
|
</project>
|