blob: 1abd55a782cf435957b02f29615a882e9e983d6b [file] [log] [blame]
vinayakb36016dc2012-10-09 06:10:12 +00001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>edu.uci.ics.hyracks</groupId>
4 <artifactId>algebricks</artifactId>
5 <version>0.2.2-SNAPSHOT</version>
6 <packaging>pom</packaging>
7
8 <modules>
9 <module>algebricks-compiler</module>
10 <module>algebricks-common</module>
11 <module>algebricks-data</module>
12 <module>algebricks-core</module>
13 <module>algebricks-runtime</module>
14 <module>algebricks-rewriter</module>
15 <module>algebricks-tests</module>
16 <module>algebricks-examples</module>
17 </modules>
18</project>