blob: 366fb6f9f7e622c14d64a82ecb5452b399ead64a [file] [log] [blame]
<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>
<packaging>war</packaging>
<artifactId>brooklyn-example-hello-world-webapp</artifactId>
<name>hello-world-webapp Maven Webapp</name>
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<version>0.4.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>
<build>
<finalName>brooklyn-example-hello-world-webapp</finalName>
</build>
</project>