blob: 717e350c122350e70ed3bcf086e5c1eed35b344a [file] [log] [blame]
vinayakb09a36972011-01-06 23:41:16 +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>
vinayakbb5ee1012012-09-28 02:24:00 +00005 <version>0.2.1</version>
vinayakb09a36972011-01-06 23:41:16 +00006 <packaging>pom</packaging>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks</artifactId>
vinayakbb5ee1012012-09-28 02:24:00 +000011 <version>0.2.1</version>
vinayakb09a36972011-01-06 23:41:16 +000012 </parent>
13
14 <modules>
vinayakb930fc212011-08-05 06:16:37 +000015 <module>hyracks-storage-common-test</module>
vinayakb09a36972011-01-06 23:41:16 +000016 <module>hyracks-storage-am-btree-test</module>
17 <module>hyracks-storage-am-invertedindex-test</module>
vinayakb930fc212011-08-05 06:16:37 +000018 <module>hyracks-storage-am-rtree-test</module>
vinayakb09a36972011-01-06 23:41:16 +000019 </modules>
20</project>