<?xml version="1.0" encoding="UTF-8"?>
<!-- vi:ts=2:sw=2:expandtab: -->
<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 -->
    <parent>
        <groupId>org.jboss.arquillian</groupId>
        <artifactId>arquillian-parent</artifactId>
        <version>1.0.2.Final</version>
    </parent>

    <!-- Model Information -->
    <modelVersion>4.0.0</modelVersion>

    <!-- Artifact Information -->
    <groupId>org.jboss.arquillian.protocol</groupId>
    <artifactId>arquillian-protocol-parent</artifactId>
    <packaging>pom</packaging>
    <name>Arquillian Protocol Aggregator</name>
    <description>Arquillian Protocol Aggregator</description>

    <modules>
        <module>servlet</module>
        <module>jmx</module>
    </modules>
</project>
