Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
Diffstat (limited to 'upc')
-rw-r--r--upc/org.eclipse.cdt.bupc-feature/pom.xml3
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml3
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/upc/org.eclipse.cdt.bupc-feature/pom.xml b/upc/org.eclipse.cdt.bupc-feature/pom.xml
index 8a069b6827d..7dbcecf3fd7 100644
--- a/upc/org.eclipse.cdt.bupc-feature/pom.xml
+++ b/upc/org.eclipse.cdt.bupc-feature/pom.xml
@@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <groupId>org.eclipse.cdt.features</groupId>
<version>1.0.3-SNAPSHOT</version>
- <artifactId>org.eclipse.cdt.bupc-feature</artifactId>
+ <artifactId>org.eclipse.cdt.bupc</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
index a5db8467e60..fcd12aef9dc 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
@@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <groupId>org.eclipse.cdt.features</groupId>
<version>5.1.0-SNAPSHOT</version>
- <artifactId>org.eclipse.cdt.core.parser.upc.sdk.feature</artifactId>
+ <artifactId>org.eclipse.cdt.core.parser.upc.sdk</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
index 424facea986..589c5e15a0c 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
@@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <groupId>org.eclipse.cdt.features</groupId>
<version>5.1.0-SNAPSHOT</version>
- <artifactId>org.eclipse.cdt.core.parser.upc.source.feature</artifactId>
+ <artifactId>org.eclipse.cdt.core.parser.upc.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top