jgit: fix pom-plain.xml metadata
diff --git a/plugins/org.hawk.jgit/pom-plain.xml b/plugins/org.hawk.jgit/pom-plain.xml
index b716e57..a648701 100644
--- a/plugins/org.hawk.jgit/pom-plain.xml
+++ b/plugins/org.hawk.jgit/pom-plain.xml
@@ -9,15 +9,15 @@
     <relativePath>../../pom-plain.xml</relativePath>
   </parent>
 
-  <groupId>org.hawk</groupId>
-  <artifactId>org.hawk.jgit</artifactId>
+  <groupId>org.eclipse.hawk</groupId>
+  <artifactId>org.eclipse.hawk.jgit</artifactId>
   <version>1.2.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
     <dependency>
-      <groupId>org.hawk</groupId>
-      <artifactId>org.hawk.core</artifactId>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.eclipse.hawk.core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
@@ -25,8 +25,8 @@
       <artifactId>org.eclipse.jgit</artifactId>
     </dependency>
     <dependency>
-	    <groupId>org.apache.httpcomponents</groupId>
-	    <artifactId>httpclient</artifactId>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
     </dependency>
   </dependencies>