<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">
  <properties>
    <forgeTags>Parent POM</forgeTags>
  </properties>

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>forge-parent</artifactId>
    <version>1.0.15</version>
  </parent>

  <packaging>pom</packaging>
  <groupId>org.terracotta.forge</groupId>
  <artifactId>util-parent</artifactId>
  <version>1.0.8</version>
  <name>utils parent</name>
  <description>Terracotta Forge Utilities.</description>

  <licenses>
    <license>
      <name>Terracotta Public License</name>
      <url>http://www.terracotta.org/license.txt</url>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/util-parent/tags/release-1.0.8</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/util-parent/tags/release-1.0.8</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/util-parent/tags/release-1.0.8</url>
  </scm>

  <profiles>
    <profile>
      <id>snapshot</id>
      <distributionManagement>
        <site>
          <id>forge-site</id>
          <name>Project Sites Server</name>
          <url>${tc.distributionManagement.site.url}</url>
        </site>
      </distributionManagement>
    </profile>
    <profile>
      <id>release</id>
      <distributionManagement>
        <site>
          <id>forge-site</id>
          <name>Project Sites Server</name>
          <url>${tc.distributionManagement.site.url}</url>
        </site>
      </distributionManagement>
    </profile>
  </profiles>

  <repositories>
    <repository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>terracotta-repository</id>
      <url>http://www.terracotta.org/download/reflector/maven2</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>  
</project>