Fix groupId in pom
diff --git a/ivy/pom-template.xml b/ivy/pom-template.xml
index a77d4b6..a399b03 100644
--- a/ivy/pom-template.xml
+++ b/ivy/pom-template.xml
@@ -1,6 +1,6 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>datafu</groupId>
+  <groupId>com.linkedin.datafu</groupId>
   <artifactId>datafu</artifactId>
   <packaging>jar</packaging>
   <name>DataFu</name>
@@ -113,4 +113,4 @@
       <version>11.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>