<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>
    <artifactId>forge-parent</artifactId>
    <groupId>org.terracotta.forge</groupId>
    <version>1.0.17</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.terracotta.agent</groupId>
  <artifactId>agent-root</artifactId>
  <name>agent-root</name>
  <version>1.0.2</version>
  <packaging>pom</packaging>

  <modules>
    <module>truezip-repkg</module>
    <module>agent</module>
  </modules>

  <repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
    </pluginRepository>
  </pluginRepositories>

</project>
