blob: 11027e7510b35a8c38921c06b5eb03982e1dc5f5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>16</version>
<relativePath />
</parent>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.hc.reactor</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>Sling Health Check Tool Reactor POM</name>
<inceptionYear>2013</inceptionYear>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<modules>
<module>hc-core</module>
<module>hc-rules</module>
<module>hc-sling</module>
<module>sling-demo</module>
<module>it</module>
</modules>
</project>