Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-02-25 15:53:50 +0000
committerMike Rennie2013-02-25 15:54:03 +0000
commitae624bb688fb02190519d3a877466560fffa06e7 (patch)
tree25afaf405770b4a4e7783bc69cc6fbd5fa7ad780 /org.eclipse.ui.externaltools
parent3efbc4dfa92078130f5ddabacba73368a5338465 (diff)
downloadeclipse.platform.debug-ae624bb688fb02190519d3a877466560fffa06e7.tar.gz
eclipse.platform.debug-ae624bb688fb02190519d3a877466560fffa06e7.tar.xz
eclipse.platform.debug-ae624bb688fb02190519d3a877466560fffa06e7.zip
Bug 397850 - [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.ui.externaltools')
-rw-r--r--org.eclipse.ui.externaltools/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/pom.xml b/org.eclipse.ui.externaltools/pom.xml
index 1ec447c25..c598d7ce8 100644
--- a/org.eclipse.ui.externaltools/pom.xml
+++ b/org.eclipse.ui.externaltools/pom.xml
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.debug</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.debug</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.externaltools</artifactId>
<version>3.2.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top