blob: 64c6855d4811bd1cebc47cbcb2bb0ff03d64d9be [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>
<groupId>com.example.flat</groupId>
<artifactId>flat-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Flat Example</name>
<scm>
<connection>scm:svn:${svn.base.url}/trunk/flat-example/flat-parent</connection>
<developerConnection>scm:svn:${svn.base.url}/trunk/flat-example/flat-parent</developerConnection>
</scm>
<modules>
<module>../flat-webapp</module>
<module>../flat-core</module>
</modules>
</project>