You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
824 B
29 lines
824 B
<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-tiger</artifactId> |
|
<name>Acegi Security System for Spring - Java 5 (Tiger)</name> |
|
<dependencies> |
|
<dependency> |
|
<groupId>net.sf.acegisecurity</groupId> |
|
<artifactId>acegi-security</artifactId> |
|
<version>0.9.0-SNAPSHOT</version> |
|
</dependency> |
|
</dependencies> |
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>1.5</source> |
|
<target>1.5</target> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</model>
|
|
|