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.examples</groupId> |
| 4 | <artifactId>tpch-example</artifactId> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 5 | <packaging>pom</packaging> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 6 | <name>tpch-example</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 7 | |
| 8 | <parent> |
| 9 | <groupId>edu.uci.ics.hyracks</groupId> |
| 10 | <artifactId>hyracks-examples</artifactId> |
vinayakb | 6952551 | 2013-03-25 03:17:32 +0000 | [diff] [blame^] | 11 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <modules> |
| 15 | <module>tpchclient</module> |
| 16 | <module>tpchapp</module> |
| 17 | </modules> |
| 18 | </project> |