<?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-spi-vdf</artifactId>
  <version>0.1.0</version>
  <name>TMPDPL Service Provider Contract for VDF Implementations</name>
  <description>TMPDPL Service Provider Contract for JBoss Virtual Deployer Framework Implementations</description>


  <!-- Properties -->
  <properties>

    <!-- Versioning -->
    <version.org.jboss.tmpdpl_tmpdpl.api>0.1.0</version.org.jboss.tmpdpl_tmpdpl.api>

  </properties>

  <!-- Dependencies -->
  <dependencies>

    <!-- 
    org.jboss.tmpdpl
     -->
    <dependency>
      <groupId>org.jboss.tmpdpl</groupId>
      <artifactId>tmpdpl-api</artifactId>
      <version>${version.org.jboss.tmpdpl_tmpdpl.api}</version>
    </dependency>

    <!-- 
    External Projects
     -->
    <dependency>
      <groupId>org.jboss.deployers</groupId>
      <artifactId>jboss-deployers-spi</artifactId>
    </dependency>

  </dependencies>


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

