Blame SOURCES/ant-contrib-1.0b3.pom

5a3fb2
<project>
5a3fb2
  <modelVersion>4.0.0</modelVersion>
5a3fb2
  <groupId>ant-contrib</groupId>
5a3fb2
  <artifactId>ant-contrib</artifactId>
5a3fb2
  <packaging>jar</packaging>
5a3fb2
  <name>Ant-Contrib Tasks</name>
5a3fb2
  <version>1.0b3</version>
5a3fb2
  <url>http://ant-contrib.sourceforge.net</url>
5a3fb2
  <licenses>
5a3fb2
    <license>
5a3fb2
      <url>http://ant-contrib.sourceforge.net/tasks/LICENSE.txt</url>
5a3fb2
    </license>
5a3fb2
  </licenses>
5a3fb2
  <scm>
5a3fb2
    <url>https://svn.sourceforge.net/svnroot/ant-contrib ant-contrib</url>
5a3fb2
  </scm>
5a3fb2
  <description>A collection of tasks (and at one point maybe types and other tools) for Apache Ant</description>
5a3fb2
  <dependencies>
5a3fb2
    <dependency>
5a3fb2
      <groupId>ant</groupId>
5a3fb2
      <artifactId>ant</artifactId>
5a3fb2
      <version>1.5</version>
5a3fb2
    </dependency>
5a3fb2
  </dependencies>
5a3fb2
</project>