<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>
        <artifactId>seam-rest-parent</artifactId>
        <groupId>org.jboss.seam.rest</groupId>
        <version>3.1.0.Beta4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>seam-rest-api</artifactId>

    <packaging>jar</packaging>
    <name>Seam REST Module API</name>
    <url>http://seamframework.org/Seam3/RESTModule</url>
</project>
