<?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.tmpdpl</groupId>
    <artifactId>tmpdpl-build</artifactId>
    <version>0.1.0</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>

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

  <!-- Artifact Configuration -->
  <artifactId>tmpdpl-api</artifactId>
  <version>0.1.0</version>
  <name>TMPDPL API</name>
  <description>Client View of the TMPDPL Project</description>


  <!-- Properties -->
  <properties>

    <!-- Versioning -->

  </properties>

  <!-- Dependencies -->
  <dependencies>
  
      <dependency>
        <groupId>org.jboss.shrinkwrap</groupId>
        <artifactId>shrinkwrap-api</artifactId>
      </dependency>

  </dependencies>


  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</developerConnection>
    <url>http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</url>
  </scm>
</project>

