<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.littleshoot</groupId>
  <artifactId>littleshoot-commons-id</artifactId>
  <packaging>jar</packaging>
  <version>1.0.3</version>
  <name>LittleShoot Commons ID Fork</name>
  <url>http://www.littleshoot.org</url>

  <parent>
    <groupId>org.littleshoot</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.3</version>
  </parent>

  <scm>
    <connection>scm:git:https://adamfisk@github.com/adamfisk/littleshoot-commons-id.git</connection>
    <developerConnection>scm:git:https://adamfisk@github.com/adamfisk/littleshoot-commons-id.git</developerConnection>
    <url>https://adamfisk@github.com/adamfisk/littleshoot-commons-id.git</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>commons-discovery</groupId>
      <artifactId>commons-discovery</artifactId>
      <version>0.4</version>
    </dependency>
  </dependencies>
</project>
