Fix feature id for the edc feature.
diff --git a/org.eclipse.cdt.debug.edc-feature/pom.xml b/org.eclipse.cdt.debug.edc-feature/pom.xml
index d827097..ed282c9 100644
--- a/org.eclipse.cdt.debug.edc-feature/pom.xml
+++ b/org.eclipse.cdt.debug.edc-feature/pom.xml
@@ -10,8 +10,8 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   
-  <groupId>org.eclipse.cdt.edc</groupId>
-  <artifactId>org.eclipse.cdt.debug.edc-feature</artifactId>
+  <groupId>org.eclipse.cdt.edc.features</groupId>
+  <artifactId>org.eclipse.cdt.debug.edc</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>