blob: fcd9b32489da018fe2fcd51b47372866e491cfd8 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>edu.uci.ics.hyracks.examples</groupId>
<artifactId>tpch-example</artifactId>
<version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modules>
<module>tpchhelper</module>
<module>tpchclient</module>
<module>tpchapp</module>
</modules>
</project>