blob: 68fe7c5ae34cc025e7126f083ad08df93b94a0e2 [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-tests</artifactId>
vinayakb1ca34f42013-03-25 03:17:01 +00005 <version>0.2.3</version>
vinayakb0c860392012-10-06 18:47:20 +00006 <packaging>pom</packaging>
buyingyi8d79d162012-10-22 23:04:47 +00007 <name>hyracks-tests</name>
vinayakb0c860392012-10-06 18:47:20 +00008
9 <parent>
10 <groupId>edu.uci.ics.hyracks</groupId>
11 <artifactId>hyracks</artifactId>
vinayakb1ca34f42013-03-25 03:17:01 +000012 <version>0.2.3</version>
vinayakb0c860392012-10-06 18:47:20 +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>