Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
index 5e69295e395..0dbd208747f 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
+++ b/cross/org.eclipse.cdt.build.crossgcc-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.build.crossgcc-feature</artifactId>
+ <artifactId>org.eclipse.cdt.build.crossgcc</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top