vinayakb | 0c86039 | 2012-10-06 18:47:20 +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-examples</artifactId> |
vinayakb | 6390e6b | 2012-10-29 15:15:31 +0000 | [diff] [blame] | 5 | <version>0.2.2-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 6 | <packaging>pom</packaging> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 7 | <name>hyracks-examples</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 8 | |
| 9 | <parent> |
| 10 | <groupId>edu.uci.ics.hyracks</groupId> |
| 11 | <artifactId>hyracks</artifactId> |
vinayakb | 6390e6b | 2012-10-29 15:15:31 +0000 | [diff] [blame] | 12 | <version>0.2.2-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 13 | </parent> |
| 14 | |
| 15 | <modules> |
| 16 | <module>tpch-example</module> |
| 17 | <module>text-example</module> |
| 18 | <module>btree-example</module> |
| 19 | <module>hyracks-integration-tests</module> |
| 20 | <module>hadoop-compat-example</module> |
| 21 | </modules> |
| 22 | </project> |