<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.mapr.db</groupId>
  <artifactId>maprdb-parent</artifactId>
  <version>7.8.0.24-mapr</version>
  <packaging>pom</packaging>
  <parent>
    <groupId>com.mapr</groupId>
    <artifactId>mapr-release</artifactId>
    <version>7.8.0.24-mapr</version>
    <relativePath/>
  </parent>
  <name>MapR-DB Parent Pom</name>
  <url>http://www.mapr.com/</url>
  <repositories>
    <repository>
      <id>mapr-releases</id>
      <url>http://repository.mapr.com/maven/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
  </repositories>
  <modules>
    <module>client</module>
    <module>shell</module>
    <module>map-reduce</module>
    <module>cdc</module>
  </modules>
</project>
