2005-12-22 11:17:37 -05:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<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">
|
2005-10-06 16:53:08 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2005-12-04 06:20:52 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>acegi-security-parent</artifactId>
|
2006-05-30 20:52:26 -04:00
|
|
|
<version>1.1.0-SNAPSHOT</version>
|
2005-10-06 16:53:08 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>acegi-security-doc</artifactId>
|
2006-06-19 19:24:06 -04:00
|
|
|
|
|
|
|
<!-- repeated here to avoid appending the artifactId -->
|
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
|
|
|
|
<url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
|
|
|
|
</scm>
|
|
|
|
|
2005-10-06 16:53:08 -04:00
|
|
|
<dependencies>
|
|
|
|
</dependencies>
|
2005-12-22 11:17:37 -05:00
|
|
|
</project>
|