Moved name to subprojects
This commit is contained in:
parent
1309727c92
commit
8cf6867cba
|
@ -1,6 +1,7 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security-cas</artifactId>
|
||||
<name>Acegi Security System for Spring - CAS adapter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>cas</groupId>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security-catalina</artifactId>
|
||||
<name>Acegi Security System for Spring - Catalina adapter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>tomcat</groupId>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security-jboss</artifactId>
|
||||
<name>Acegi Security System for Spring - JBoss adapter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security-jetty</artifactId>
|
||||
<name>Acegi Security System for Spring - Jetty adapter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>jetty</groupId>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security-resin</artifactId>
|
||||
<name>Acegi Security System for Spring - Resin adapter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>resin</groupId>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<name>Acegi Security System for Spring</name>
|
||||
</project>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Acegi Security System for Spring</name>
|
||||
<groupId>acegi</groupId>
|
||||
<currentVersion>0.7-SNAPSHOT</currentVersion>
|
||||
<package>net.sf.acegisecurity</package>
|
||||
|
|
Loading…
Reference in New Issue