blob: ecc63452411773858e5ee0ba95ceca9ad66794de [file] [log] [blame]
vinayakb25206b62012-03-13 08:50:40 +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 <artifactId>hyracks-algebricks</artifactId>
4 <packaging>pom</packaging>
5
6 <parent>
7 <groupId>edu.uci.ics.hyracks</groupId>
8 <artifactId>hyracks</artifactId>
vinayakb927eb6f2012-03-13 09:04:31 +00009 <version>0.2.0</version>
vinayakb25206b62012-03-13 08:50:40 +000010 </parent>
11
12 <modules>
13 <module>hyracks-algebricks-compiler</module>
14 <module>hyracks-algebricks-core</module>
15 <module>hyracks-algebricks-rewriter</module>
16 <module>hyracks-algebricks-tests</module>
17 <module>hyracks-algebricks-examples</module>
18 </modules>
19</project>