Bug 397850: [CBI] use the correct group IDs for all artifacts
diff --git a/org.eclipse.jdt.core.tests.binaries/pom.xml b/org.eclipse.jdt.core.tests.binaries/pom.xml
index ecdf18b..f54158e 100644
--- a/org.eclipse.jdt.core.tests.binaries/pom.xml
+++ b/org.eclipse.jdt.core.tests.binaries/pom.xml
@@ -15,7 +15,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>eclipse.jdt.core.binaries</artifactId>
-    <groupId>org.eclipse.jdt</groupId>
+    <groupId>eclipse.jdt.core</groupId>
     <version>3.8.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.jdt</groupId>
diff --git a/pom.xml b/pom.xml
index b46ce53..1737dce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <relativePath>../eclipse-platform-parent</relativePath>
   </parent>
 
-  <groupId>org.eclipse.jdt</groupId>
+  <groupId>eclipse.jdt.core</groupId>
   <artifactId>eclipse.jdt.core.binaries</artifactId>
   <version>3.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>