<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.pentaho</groupId>
    <artifactId>pentaho-parent-pom</artifactId>
    <version>7.1.0.0-12</version>
  </parent>
  <groupId>org.pentaho</groupId>
  <artifactId>pentaho-ce-parent-pom</artifactId>
  <version>7.1.0.0-12</version>
  <packaging>pom</packaging>
  <name>Pentaho Community Edition Project Parent Pom</name>
  <description>a parent pom for general configuration of Pentaho sponsored open source projects</description>
  <url>http://www.pentaho.org</url>
  <inceptionYear>2002</inceptionYear>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <modules>
    <module>pentaho-ce-jar-parent-pom</module>
  </modules>
</project>
