<?xml version="1.0" encoding="UTF-8" ?>
<!--

   All content copyright (c) 2003-2008 Terracotta, Inc.,
   except as may otherwise be noted in a separate copyright notice.
   All rights reserved.

-->
<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>Integration Module</forgeTags>
    <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
  </properties>
  
  <modelVersion>4.0.0</modelVersion>
  
  <parent>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>tim-parent</artifactId>
    <version>1.5.1</version>
  </parent>
  
  <packaging>pom</packaging>
  <groupId>org.terracotta.modules</groupId>
  <artifactId>tim-concurrent-collections-root</artifactId>
  <version>1.3.2</version>
  <name>tim-concurrent-collections</name>
  <description>
     Collection classes that are specifically designed and optimized for Terracotta DSO
  </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/tim-concurrent-collections/tags/release-1.3.2</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/tim-concurrent-collections/tags/release-1.3.2</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/tim-concurrent-collections/tags/release-1.3.2</url>
  </scm>
  
  <modules>
    <module>tim-concurrent-collections</module>
    <module>tim-concurrent-collections-system-tests</module>
  </modules>
  
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.4</version>
        <configuration>
          <aggregate>true</aggregate>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>

  <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>
