blob: ceae3d0734af1d8420bba6c4882162a40ccfe066 [file] [log] [blame]
vinayakb0c860392012-10-06 18:47:20 +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>hyracks-examples</artifactId>
5 <version>0.2.2-SNAPSHOT</version>
6 <packaging>pom</packaging>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks</artifactId>
11 <version>0.2.2-SNAPSHOT</version>
12 </parent>
13
14 <modules>
15 <module>tpch-example</module>
16 <module>text-example</module>
17 <module>btree-example</module>
18 <module>hyracks-integration-tests</module>
19 <module>hadoop-compat-example</module>
20 </modules>
21</project>