<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <artifactId>brooklyn-examples-webapps-parent</artifactId>
    <name>Brooklyn Examples Support Aggregator Project - Webapps</name>
    <description>
        Brooklyn examples module, building the Brooklyn examples.
    </description>

    <parent>
        <groupId>io.brooklyn.example</groupId>
        <artifactId>brooklyn-examples-parent</artifactId>
        <version>0.4.0-SNAPSHOT</version>   <!-- BROOKLYN_VERSION -->
        <relativePath>../pom.xml</relativePath>
    </parent>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <modules>
        <module>hello-world-webapp</module>
        <module>hello-world-sql</module>
        <module>hello-world-hadoop-jar</module>
        <module>hello-world-hadoop</module>
    </modules>
</project>
