2007-06-03 05:21:51 +08: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-18 11:20:28 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.acegisecurity</groupId>
|
|
|
|
|
<artifactId>acegi-security-parent</artifactId>
|
2008-04-15 19:38:16 +08:00
|
|
|
<version>1.0.7</version>
|
2007-05-18 11:20:28 +08:00
|
|
|
</parent>
|
2007-05-23 12:20:54 +08:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
|
|
|
|
<artifactId>acegi-security-samples</artifactId>
|
2007-09-06 09:52:53 +08:00
|
|
|
<name>Acegi Security Samples</name>
|
2007-05-23 12:20:54 +08:00
|
|
|
<packaging>pom</packaging>
|
2007-05-18 11:20:28 +08:00
|
|
|
<modules>
|
|
|
|
|
<!--
|
|
|
|
|
<module>annotations</module>
|
|
|
|
|
<module>attributes</module>
|
|
|
|
|
<module>dms</module>
|
|
|
|
|
-->
|
2007-08-27 20:35:23 +08:00
|
|
|
<module>contacts</module>
|
2007-05-18 11:20:28 +08:00
|
|
|
<module>tutorial</module>
|
|
|
|
|
</modules>
|
2005-12-23 00:17:37 +08:00
|
|
|
</project>
|