Fix helix-front module not in pom.xml and update helix-front pom.xml
diff --git a/helix-front/pom.xml b/helix-front/pom.xml
index babcf7f..dd7b131 100644
--- a/helix-front/pom.xml
+++ b/helix-front/pom.xml
@@ -21,7 +21,7 @@
   <parent>
    <groupId>org.apache.helix</groupId>
    <artifactId>helix</artifactId>
-   <version>0.6.10-SNAPSHOT</version>
+   <version>0.8.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 145fe93..693e830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
     <module>helix-admin-webapp</module>
     <module>helix-rest</module>
     <module>helix-agent</module>
+    <module>helix-front</module>
     <module>recipes</module>
   </modules>