fix pom to build successfully

git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@2739 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-hadoop/pom.xml b/genomix/genomix-hadoop/pom.xml
index 2bff6fb..bff2e2b 100755
--- a/genomix/genomix-hadoop/pom.xml
+++ b/genomix/genomix-hadoop/pom.xml
@@ -2,10 +2,14 @@
 <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">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>hadoop</groupId>
-	<artifactId>hadoop</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
-	<name>genomix</name>
+	<artifactId>genomix-hadoop</artifactId>
+	<name>genomix-hadoop</name>
+
+	<parent>
+		<groupId>edu.uci.ics.hyracks</groupId>
+		<artifactId>genomix</artifactId>
+		<version>0.2.3-SNAPSHOT</version>
+	</parent>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -85,7 +89,6 @@
 							<includes>
 								<include>teststore*</include>
 								<include>edu*</include>
-								<include>actual*</include>
 								<include>build*</include>
 								<include>log*</include>
 								<include>ClusterController*</include>