Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'p2/org.eclipse.cdt.p2-feature/pom.xml')
-rw-r--r--p2/org.eclipse.cdt.p2-feature/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/p2/org.eclipse.cdt.p2-feature/pom.xml b/p2/org.eclipse.cdt.p2-feature/pom.xml
index 3016643ba12..2cbde6f9d5e 100644
--- a/p2/org.eclipse.cdt.p2-feature/pom.xml
+++ b/p2/org.eclipse.cdt.p2-feature/pom.xml
@@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <groupId>org.eclipse.cdt.features</groupId>
<version>1.0.0-SNAPSHOT</version>
- <artifactId>org.eclipse.cdt.p2-feature</artifactId>
+ <artifactId>org.eclipse.cdt.p2</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top