commit | 28cc83ed0e299a1756d246b81a00911cf8d028f7 | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Thu Aug 19 21:44:21 2010 +0000 |
committer | vinayakb <vinayakb@123451ca-8445-de46-9d55-352943316053> | Thu Aug 19 21:44:21 2010 +0000 |
tree | 2eb6cef3171a428b193b5b9add7e77f4cce391a5 | |
parent | 2b1ef153e2c7220cb5d6a94682cbab4fa8e5d142 [diff] [blame] |
Added parent POM info git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@72 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/tpch-example/pom.xml b/hyracks-examples/tpch-example/pom.xml index 288af27..fcd9b32 100644 --- a/hyracks-examples/tpch-example/pom.xml +++ b/hyracks-examples/tpch-example/pom.xml
@@ -5,6 +5,12 @@ <version>0.1.1-SNAPSHOT</version> <packaging>pom</packaging> + <parent> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-examples</artifactId> + <version>0.1.1-SNAPSHOT</version> + </parent> + <modules> <module>tpchhelper</module> <module>tpchclient</module>