Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-26 10:11:15 +0000
committerDani Megert2013-02-26 10:11:15 +0000
commit72ee48e5280550809fa9798070cb101bbd941590 (patch)
tree07ec80869f3cef6f94989f0df16148c90e6a2df1
parentdc221fafb57c8dceb6ea9892a3c5b4162e46d683 (diff)
downloadeclipse.platform.ui-72ee48e5280550809fa9798070cb101bbd941590.tar.gz
eclipse.platform.ui-72ee48e5280550809fa9798070cb101bbd941590.tar.xz
eclipse.platform.ui-72ee48e5280550809fa9798070cb101bbd941590.zip
Fixed bug 397850: [CBI] use the correct group IDs for all artifactsv20130226-101115I20130226-0912I20130226-0800
-rw-r--r--tests/org.eclipse.e4.core.commands.tests/pom.xml4
-rw-r--r--tests/org.eclipse.e4.ui.bindings.tests/pom.xml4
-rw-r--r--tests/org.eclipse.e4.ui.compatibility.tests/pom.xml4
-rw-r--r--tests/org.eclipse.e4.ui.keybinding.tests/pom.xml4
-rw-r--r--tests/org.eclipse.e4.ui.menu.tests/pom.xml4
-rw-r--r--tests/org.eclipse.e4.ui.tests/pom.xml4
-rw-r--r--tests/org.eclipse.ui.tests/pom.xml4
7 files changed, 14 insertions, 14 deletions
diff --git a/tests/org.eclipse.e4.core.commands.tests/pom.xml b/tests/org.eclipse.e4.core.commands.tests/pom.xml
index b79b0d82383..310cb38d2f9 100644
--- a/tests/org.eclipse.e4.core.commands.tests/pom.xml
+++ b/tests/org.eclipse.e4.core.commands.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.commands.tests</artifactId>
<version>0.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.e4.ui.bindings.tests/pom.xml b/tests/org.eclipse.e4.ui.bindings.tests/pom.xml
index ae8f75f5296..7666632b961 100644
--- a/tests/org.eclipse.e4.ui.bindings.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.bindings.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.bindings.tests</artifactId>
<version>0.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.e4.ui.compatibility.tests/pom.xml b/tests/org.eclipse.e4.ui.compatibility.tests/pom.xml
index 03c346770bf..bb73f2e0dbc 100644
--- a/tests/org.eclipse.e4.ui.compatibility.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.compatibility.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.compatibility.tests</artifactId>
<version>1.0.0</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.e4.ui.keybinding.tests/pom.xml b/tests/org.eclipse.e4.ui.keybinding.tests/pom.xml
index c3e77752dfb..438d48d05ea 100644
--- a/tests/org.eclipse.e4.ui.keybinding.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.keybinding.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.keybinding.tests</artifactId>
<version>0.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.e4.ui.menu.tests/pom.xml b/tests/org.eclipse.e4.ui.menu.tests/pom.xml
index 1c734e82140..1de47f65b00 100644
--- a/tests/org.eclipse.e4.ui.menu.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.menu.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.menu.tests</artifactId>
<version>0.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.e4.ui.tests/pom.xml b/tests/org.eclipse.e4.ui.tests/pom.xml
index dd092c185b5..868acfb631d 100644
--- a/tests/org.eclipse.e4.ui.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.tests</artifactId>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/tests/org.eclipse.ui.tests/pom.xml b/tests/org.eclipse.ui.tests/pom.xml
index 4d6f1ac99b0..d22e56c92a4 100644
--- a/tests/org.eclipse.ui.tests/pom.xml
+++ b/tests/org.eclipse.ui.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 and others.
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
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.tests</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top