<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.smallmind</groupId>
    <artifactId>smallmind-claxon</artifactId>
    <version>3.5.1</version>
  </parent>
  <artifactId>claxon-collector</artifactId>
  <name>Claxon-Collector</name>
  <description>Collector Monitoring Extensions</description>
  <packaging>pom</packaging>
  <modules>
    <module>datadog</module>
    <module>indigenous</module>
    <module>jmx</module>
    <module>prometheus</module>
  </modules>
</project>
