blob: 5a3d5949604197a39a986c946272eca1542c8876 [file] [log] [blame]
vinayakb59d505d2012-10-29 10:38:02 +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-tests</artifactId>
vinayakb4f511c82013-03-25 03:17:32 +00005 <version>0.2.4-SNAPSHOT</version>
vinayakb59d505d2012-10-29 10:38:02 +00006 <packaging>pom</packaging>
7 <name>hyracks-tests</name>
8
9 <parent>
10 <groupId>edu.uci.ics.hyracks</groupId>
11 <artifactId>hyracks</artifactId>
vinayakb4f511c82013-03-25 03:17:32 +000012 <version>0.2.4-SNAPSHOT</version>
vinayakb59d505d2012-10-29 10:38:02 +000013 </parent>
14
15 <modules>
16 <module>hyracks-storage-common-test</module>
17 <module>hyracks-storage-am-btree-test</module>
18 <module>hyracks-storage-am-invertedindex-test</module>
19 <module>hyracks-storage-am-rtree-test</module>
20 </modules>
21</project>