Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2013-02-25 18:56:31 +0000
committerIan Bull2013-02-25 18:56:31 +0000
commit4ee94b126bc8413325f920c0f8539f1acf371180 (patch)
tree74dd1a80a26184fb2040a183e663e1c2aebb8fe1 /bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
parent3a3b531b16dcd550b5e2fdc0a2b2698b8ca5c089 (diff)
downloadrt.equinox.p2-4ee94b126bc8413325f920c0f8539f1acf371180.tar.gz
rt.equinox.p2-4ee94b126bc8413325f920c0f8539f1acf371180.tar.xz
rt.equinox.p2-4ee94b126bc8413325f920c0f8539f1acf371180.zip
Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatechecker/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.updatechecker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml b/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
index 80c799480..2c3bcf429 100644
--- a/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.updatechecker/pom.xml
@@ -8,7 +8,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.updatechecker</artifactId>
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top