<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>
    <artifactId>forge-parent</artifactId>
    <groupId>org.terracotta.forge</groupId>
    <version>2.3</version>
  </parent>

  <name>terracotta-toolkit-root-ee</name>
  <groupId>org.terracotta.toolkit</groupId>
  <artifactId>terracotta-toolkit-root-ee</artifactId>
  <packaging>pom</packaging>
  <version>3.4.0</version>

  <modules>
    <module>toolkit-api-ee</module>
    <module>toolkit-ee</module>
    <module>toolkit-impl-ee</module>
    <module>toolkit-ee-system-tests</module>
    <module>express-impl-ee</module>
    <module>toolkit-runtime-ee</module>
    <module>express-ee-system-tests</module>   
    <!-- module>tck</module -->
  </modules>

  <profiles>
    <profile>
      <id>os</id>
      <modules>
        <module>terracotta-toolkit-os</module>
      </modules>
    </profile>
  </profiles>

  <properties>
    <toolkit-api-version>1.3</toolkit-api-version>
    <terracotta-toolkit-ee.version>3.4.0</terracotta-toolkit-ee.version>
    <terracotta-toolkit.version>3.4.0</terracotta-toolkit.version>

    <!-- XXX: This likely should be client API version some point in the future (when such an API exists) -->
    <terracotta.core.version.base>3.5.4</terracotta.core.version.base>

    <!-- If you're using a "patched" core version, specify that here -->
    <!--<terracotta.core.version>${terracotta.core.version.base}-patch1</terracotta.core.version-->
    <terracotta.core.version>${terracotta.core.version.base}</terracotta.core.version>

    <simulated-api.version>1.3.0</simulated-api.version>
    <tc-maven-plugin.version>1.7.1</tc-maven-plugin.version>
    <tim-util.version>1.0.7</tim-util.version>
  </properties>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>
          <attach>false</attach>
        </configuration>
      </plugin>
    </plugins>
  </build>

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