<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">
 <parent>
   <groupId>org.jboss.identity</groupId>
   <artifactId>jboss-identity-fed-parent</artifactId>
   <version>1.0.0.alpha1</version>
   <relativePath>../parent</relativePath>
 </parent>

 <modelVersion>4.0.0</modelVersion>
 <groupId>org.jboss.identity.federation.docs</groupId>
 <artifactId>jboss-identity-federation-docs</artifactId>
 <packaging>pom</packaging>
 <name>JBoss Identity Federation Docs</name>
 <url>http://www.jboss.com/products/jbossidentity</url>
 <description>JBoss Identity Federation Documentation</description>
 <modules>
   <module>UserGuide</module>
   <module>DeveloperGuide</module>
 </modules>
</project>
