1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-62 Add maven 2 support

This commit is contained in:
Carlos Sanchez
2005-10-06 20:53:08 +00:00
parent 789b63090f
commit b2363dfe07
16 changed files with 447 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<model>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.sf.acegisecurity</groupId>
<artifactId>acegi-security-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>acegi-security-doc</artifactId>
<dependencies>
</dependencies>
</model>