vinayakb | 74c7207 | 2011-01-06 23:41:16 +0000 | [diff] [blame] | 1 | <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> |
alexander.behm | 0d161a0 | 2011-05-21 16:55:42 +0000 | [diff] [blame] | 5 | <version>0.1.5</version> |
vinayakb | 74c7207 | 2011-01-06 23:41:16 +0000 | [diff] [blame] | 6 | <packaging>pom</packaging> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>edu.uci.ics.hyracks</groupId> |
| 10 | <artifactId>hyracks</artifactId> |
alexander.behm | 0d161a0 | 2011-05-21 16:55:42 +0000 | [diff] [blame] | 11 | <version>0.1.5</version> |
vinayakb | 74c7207 | 2011-01-06 23:41:16 +0000 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <modules> |
| 15 | <module>hyracks-storage-am-btree-test</module> |
| 16 | <module>hyracks-storage-am-invertedindex-test</module> |
salsubaiee | 140cf0d | 2011-05-28 01:40:49 +0000 | [diff] [blame^] | 17 | <module>hyracks-storage-am-rtree-test</module> |
vinayakb | 74c7207 | 2011-01-06 23:41:16 +0000 | [diff] [blame] | 18 | </modules> |
| 19 | </project> |