Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2013-02-25 19:00:06 +0000
committerIan Bull2013-02-25 19:00:06 +0000
commit64c8a3f65fbc381ea3b914c69563ed30517f0ccb (patch)
tree7fad37aa55f2606d9407232f1da4ad75f2b0e1d0 /features/org.eclipse.equinox.p2.core.feature
parent4ee94b126bc8413325f920c0f8539f1acf371180 (diff)
downloadrt.equinox.p2-64c8a3f65fbc381ea3b914c69563ed30517f0ccb.tar.gz
rt.equinox.p2-64c8a3f65fbc381ea3b914c69563ed30517f0ccb.tar.xz
rt.equinox.p2-64c8a3f65fbc381ea3b914c69563ed30517f0ccb.zip
Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-190006
Updated the groupID of the feature pom.xmls. The groupID is the first three segments of the artifactID
Diffstat (limited to 'features/org.eclipse.equinox.p2.core.feature')
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/pom.xml b/features/org.eclipse.equinox.p2.core.feature/pom.xml
index 60ae73d4d..a1cd436ef 100644
--- a/features/org.eclipse.equinox.p2.core.feature/pom.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/pom.xml
@@ -20,7 +20,7 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
</parent>
- <groupId>org.eclipse</groupId>
+ <groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.core.feature</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Back to the top