blob: b79295ad7f4961b22059cc593a744b7b78c3615b [file] [log] [blame]
vinayakb74c72072011-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>
zheilbrond974a5b2012-10-02 02:01:06 +00005 <version>0.2.2-SNAPSHOT</version>
vinayakb74c72072011-01-06 23:41:16 +00006 <packaging>pom</packaging>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks</artifactId>
zheilbrond974a5b2012-10-02 02:01:06 +000011 <version>0.2.2-SNAPSHOT</version>
vinayakb74c72072011-01-06 23:41:16 +000012 </parent>
13
14 <modules>
alexander.behm78a14082011-05-30 21:04:03 +000015 <module>hyracks-storage-common-test</module>
vinayakb74c72072011-01-06 23:41:16 +000016 <module>hyracks-storage-am-btree-test</module>
salsubaiee140cf0d2011-05-28 01:40:49 +000017 <module>hyracks-storage-am-rtree-test</module>
alexander.behm02e9fbd2012-01-25 19:02:05 +000018 <module>hyracks-storage-am-lsm-common-test</module>
19 <module>hyracks-storage-am-lsm-btree-test</module>
20 <module>hyracks-storage-am-lsm-rtree-test</module>
alexander.behm7cb41db2012-08-09 20:28:06 +000021 <module>hyracks-storage-am-lsm-invertedindex-test</module>
vinayakb74c72072011-01-06 23:41:16 +000022 </modules>
23</project>