blob: 977fc30d6432bef0eabcd689ff20d1ebf0a17a19 [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>20</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.hc.reactor</artifactId>
<packaging>pom</packaging>
<version>1.0.3-SNAPSHOT</version>
<name>Apache Sling Health Check Reactor POM</name>
<inceptionYear>2013</inceptionYear>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck</developerConnection>
<url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck</url>
</scm>
<modules>
<module>core</module>
<module>samples</module>
<module>support</module>
<module>webconsole</module>
<module>junit-bridge</module>
<module>annotations</module>
<module>it</module>
</modules>
</project>