<?xml version="1.0" encoding="UTF-8"?>
<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>
    <groupId>org.codehaus.plexus</groupId>
    <artifactId>plexus-tools</artifactId>
    <version>1.0.8</version>
  </parent>
  <artifactId>plexus-cdc</artifactId>
  <name>Plexus Component Descriptor Creator</name>
  <version>1.0-alpha-10</version>
  <dependencies>
    <dependency>
      <groupId>qdox</groupId>
      <artifactId>qdox</artifactId>
      <version>1.6.1</version>
    </dependency>
    <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.0.4</version>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-tools/tags/plexus-cdc-1.0-alpha-10</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-tools/tags/plexus-cdc-1.0-alpha-10</developerConnection>
    <url>http://fisheye.codehaus.org/browse/plexus/plexus-tools/tags/plexus-cdc-1.0-alpha-10</url>
  </scm>
</project>
