<?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</groupId>
  <artifactId>mapr-root</artifactId>
  <version>7.10.0.10-mapr</version>
  <packaging>pom</packaging>
  <name>MapR Root POM</name>
  <description>Root POM for MapR Technologies, Inc.</description>
  <url>https://www.mapr.com/</url>
  <organization>
    <name>Mapr Technologies, Inc.</name>
    <url>https://www.mapr.com/</url>
  </organization>
  <properties>
    <maven.compiler.source>11</maven.compiler.source>
    <maven.compiler.target>11</maven.compiler.target>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm</maven.build.timestamp.format>
    <buildDate>${maven.build.timestamp}</buildDate>
  </properties>
  <repositories>
    <repository>
      <id>mapr-releases</id>
      <name>MapR Releases</name>
      <url>https://repository.mapr.com/maven</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
  </repositories>
</project>
