blob: 962b6a10c58f0855fa0d2e800713ae6e79df70d3 [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>
<artifactId>hyracks-algebricks</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks</artifactId>
<version>0.2.1-SNAPSHOT</version>
</parent>
<modules>
<module>hyracks-algebricks-compiler</module>
<module>hyracks-algebricks-common</module>
<module>hyracks-algebricks-data</module>
<module>hyracks-algebricks-core</module>
<module>hyracks-algebricks-runtime</module>
<module>hyracks-algebricks-rewriter</module>
<module>hyracks-algebricks-tests</module>
<module>hyracks-algebricks-examples</module>
</modules>
</project>