Added parent POM info

git-svn-id: https://hyracks.googlecode.com/svn/trunk@72 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-examples/tpch-example/tpchapp/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchapp/pom.xml
index 15f086c..c8dd8ff 100644
--- a/hyracks/hyracks-examples/tpch-example/tpchapp/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/tpchapp/pom.xml
@@ -4,6 +4,12 @@
   <artifactId>tpchapp</artifactId>
   <version>0.1.1-SNAPSHOT</version>
 
+  <parent>
+    <groupId>edu.uci.ics.hyracks.examples</groupId>
+    <artifactId>tpch-example</artifactId>
+    <version>0.1.1-SNAPSHOT</version>
+  </parent>
+
   <build>
     <plugins>
       <plugin>