Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2013-02-25 18:56:31 +0000
committerIan Bull2013-02-25 19:29:53 +0000
commit2a9c37fde85c8e0458f618f720763284cd5422af (patch)
treef9062fb85f72c131ac77f5b43d8dd9f12d99e46c /bundles/org.eclipse.equinox.p2.tests/pom.xml
parent6f89bd711cdca8650a4365ee35de6dcca40a9470 (diff)
downloadrt.equinox.p2-2a9c37fde85c8e0458f618f720763284cd5422af.tar.gz
rt.equinox.p2-2a9c37fde85c8e0458f618f720763284cd5422af.tar.xz
rt.equinox.p2-2a9c37fde85c8e0458f618f720763284cd5422af.zip
Bug 397850 - [CBI] use the correct group IDs for all artifacts
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID. Conflicts: bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml
index 63c5e0c7c..44ed86630 100644
--- a/bundles/org.eclipse.equinox.p2.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml
@@ -22,7 +22,7 @@
<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.tests</artifactId>
<version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top