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

  All content copyright (c) 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">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.terracotta.forge</groupId>
    <artifactId>tim-parent</artifactId>
    <version>1.4.2-SNAPSHOT</version>
  </parent>

  <groupId>org.terracotta.modules</groupId>
  <artifactId>tim-searchable-root</artifactId>
  <version>1.0.2-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>tim-searchable</name>
  <description>TIM Searchable is Map implementation of Indexing for Java Objects. It keeps indexes synchronized across cluster and exposes them via Map interface</description>

  <properties>
    <forgeTags>Integration Module</forgeTags>
    <terracotta.projectStatus>Experiment</terracotta.projectStatus>
  </properties>
  
  <scm>
    <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/tim-searchable/branches/tc-3.1</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/tim-searchable/branches/tc-3.1</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/tim-searchable/branches/tc-3.1</url>
  </scm>

  <modules>
    <module>tim-searchable</module>
    <module>tim-searchable-system-tests</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>
