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>