9 changed files with 79 additions and 31 deletions
@ -1,11 +1,14 @@ |
|||||||
<model> |
<?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"> |
||||||
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
||||||
<parent> |
<parent> |
||||||
<groupId>org.acegisecurity</groupId> |
<groupId>org.acegisecurity</groupId> |
||||||
<artifactId>acegi-security-parent</artifactId> |
<artifactId>acegi-security-parent</artifactId> |
||||||
<version>1.0.0-RC1</version> |
<version>1.0.0-SNAPSHOT</version> |
||||||
</parent> |
</parent> |
||||||
<artifactId>acegi-security-doc</artifactId> |
<artifactId>acegi-security-doc</artifactId> |
||||||
<dependencies> |
<dependencies> |
||||||
</dependencies> |
</dependencies> |
||||||
</model> |
</project> |
||||||
|
|||||||
@ -1,12 +1,15 @@ |
|||||||
<model> |
<?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"> |
||||||
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
||||||
<parent> |
<parent> |
||||||
<groupId>org.acegisecurity</groupId> |
<groupId>org.acegisecurity</groupId> |
||||||
<artifactId>acegi-security-samples</artifactId> |
<artifactId>acegi-security-samples</artifactId> |
||||||
<version>1.0.0-RC1</version> |
<version>1.0.0-SNAPSHOT</version> |
||||||
</parent> |
</parent> |
||||||
<artifactId>acegi-security-sample-attributes</artifactId> |
<artifactId>acegi-security-sample-attributes</artifactId> |
||||||
<name>Acegi Security System for Spring - Attributes sample</name> |
<name>Acegi Security System for Spring - Attributes sample</name> |
||||||
<dependencies> |
<dependencies> |
||||||
</dependencies> |
</dependencies> |
||||||
</model> |
</project> |
||||||
|
|||||||
@ -0,0 +1,21 @@ |
|||||||
|
<?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"> |
||||||
|
<modelVersion>4.0.0</modelVersion> |
||||||
|
<parent> |
||||||
|
<groupId>org.acegisecurity</groupId> |
||||||
|
<artifactId>acegi-security-samples</artifactId> |
||||||
|
<version>1.0.0-SNAPSHOT</version> |
||||||
|
</parent> |
||||||
|
<artifactId>acegi-security-sample-contacts-tiger</artifactId> |
||||||
|
<name>Acegi Security System for Spring - Contacts sample</name> |
||||||
|
<packaging>war</packaging> |
||||||
|
<dependencies> |
||||||
|
<dependency> |
||||||
|
<groupId>org.acegisecurity</groupId> |
||||||
|
<artifactId>acegi-security-tiger</artifactId> |
||||||
|
<version>${project.version}</version> |
||||||
|
</dependency> |
||||||
|
</dependencies> |
||||||
|
</project> |
||||||
@ -1,13 +1,16 @@ |
|||||||
<model> |
<?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"> |
||||||
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
||||||
<parent> |
<parent> |
||||||
<groupId>org.acegisecurity</groupId> |
<groupId>org.acegisecurity</groupId> |
||||||
<artifactId>acegi-security-samples</artifactId> |
<artifactId>acegi-security-samples</artifactId> |
||||||
<version>1.0.0-RC1</version> |
<version>1.0.0-SNAPSHOT</version> |
||||||
</parent> |
</parent> |
||||||
<artifactId>acegi-security-sample-contacts</artifactId> |
<artifactId>acegi-security-sample-contacts</artifactId> |
||||||
<name>Acegi Security System for Spring - Contacts sample</name> |
<name>Acegi Security System for Spring - Contacts sample</name> |
||||||
<packaging>war</packaging> |
<packaging>war</packaging> |
||||||
<dependencies> |
<dependencies> |
||||||
</dependencies> |
</dependencies> |
||||||
</model> |
</project> |
||||||
|
|||||||
Loading…
Reference in new issue