<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.deployers</groupId>
    <artifactId>jboss-deployers</artifactId>
    <version>2.0.2.GA</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.deployers</groupId>
  <artifactId>jboss-deployers-dist</artifactId>
  <version>2.0.2.GA</version>
  <packaging>pom</packaging>
  <name>JBoss Deployers Distribution Build</name>
  <url>http://www.jboss.com/products/jbossmc</url>
  <description>
    The JBoss Deployment Distribution Build.
  </description>

</project>