blob: e963f1fa4bdb9d9b0a4e8c31938c6cda9f8fe2e1 [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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>allocation-manager</groupId>
<artifactId>allocation-manager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>allocation-manager</name>
<modules>
<module>allocation-manager-server</module>
<module>allocation-manager-stubs</module>
</modules>
</project>