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.debug.examples.ui
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.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml
index 07083be06..e8704e26f 100644
--- a/org.eclipse.debug.examples.ui/pom.xml
+++ b/org.eclipse.debug.examples.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.debug</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.debug</groupId>
+ <groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.examples.ui</artifactId>
<version>1.4.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top