blob: 5bc29b702be4a98d20f307d2ee61934b15734514 [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>eu.stratosphere</groupId>
<artifactId>stratosphere</artifactId>
<version>0.4-alpha.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>pact</artifactId>
<packaging>pom</packaging>
<name>pact</name>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>nephele</distribution>
</license>
</licenses>
<modules>
<module>pact-common</module>
<module>pact-runtime</module>
<module>pact-compiler</module>
<module>pact-clients</module>
<module>pact-examples</module>
<module>pact-tests</module>
</modules>
<dependencyManagement>
<!-- this section defines the module versions that are used if nothing
else is specified. -->
<dependencies>
</dependencies>
</dependencyManagement>
</project>