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
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
-rw-r--r--org.eclipse.core.externaltools/pom.xml4
-rw-r--r--org.eclipse.core.variables/pom.xml4
-rw-r--r--org.eclipse.debug.core/pom.xml4
-rw-r--r--org.eclipse.debug.examples.core/pom.xml4
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml4
-rw-r--r--org.eclipse.debug.tests/pom.xml4
-rw-r--r--org.eclipse.debug.ui/pom.xml4
-rw-r--r--org.eclipse.ui.console/pom.xml4
-rw-r--r--org.eclipse.ui.externaltools/pom.xml2
9 files changed, 17 insertions, 17 deletions
diff --git a/org.eclipse.core.externaltools/pom.xml b/org.eclipse.core.externaltools/pom.xml
index c4f0d388a..fbd97df48 100644
--- a/org.eclipse.core.externaltools/pom.xml
+++ b/org.eclipse.core.externaltools/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.core</groupId>
<artifactId>org.eclipse.core.externaltools</artifactId>
<version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.core.variables/pom.xml b/org.eclipse.core.variables/pom.xml
index d77001742..a53905c45 100644
--- a/org.eclipse.core.variables/pom.xml
+++ b/org.eclipse.core.variables/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.core</groupId>
<artifactId>org.eclipse.core.variables</artifactId>
<version>3.2.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
index 2a091b231..80bb5efd8 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/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.core</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.debug.examples.core/pom.xml b/org.eclipse.debug.examples.core/pom.xml
index be3b49923..7f6da8a6a 100644
--- a/org.eclipse.debug.examples.core/pom.xml
+++ b/org.eclipse.debug.examples.core/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.core</artifactId>
<version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
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>
diff --git a/org.eclipse.debug.tests/pom.xml b/org.eclipse.debug.tests/pom.xml
index 2c504c5e4..346205093 100644
--- a/org.eclipse.debug.tests/pom.xml
+++ b/org.eclipse.debug.tests/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.tests</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index b3618957d..b6a489899 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.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.ui</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
index e3b28034d..c1417eedb 100644
--- a/org.eclipse.ui.console/pom.xml
+++ b/org.eclipse.ui.console/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.ui</groupId>
<artifactId>org.eclipse.ui.console</artifactId>
<version>3.5.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
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