Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt.opengl/pom.xml4
-rw-r--r--bundles/org.eclipse.swt.tools/pom.xml4
-rw-r--r--bundles/org.eclipse.swt/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.browser.demos/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.browser/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.controls/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.launcher/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.layouts/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.ole.win32/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples.paint/pom.xml4
-rw-r--r--examples/org.eclipse.swt.examples/pom.xml2
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml4
12 files changed, 23 insertions, 23 deletions
diff --git a/bundles/org.eclipse.swt.opengl/pom.xml b/bundles/org.eclipse.swt.opengl/pom.xml
index ba553ee8fa..ea300e7136 100644
--- a/bundles/org.eclipse.swt.opengl/pom.xml
+++ b/bundles/org.eclipse.swt.opengl/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.opengl</artifactId>
<version>3.1.0</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.swt.tools/pom.xml b/bundles/org.eclipse.swt.tools/pom.xml
index 985f8a8b88..4035d5e140 100644
--- a/bundles/org.eclipse.swt.tools/pom.xml
+++ b/bundles/org.eclipse.swt.tools/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tools</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml
index 8424f1bbaa..19f139a02d 100644
--- a/bundles/org.eclipse.swt/pom.xml
+++ b/bundles/org.eclipse.swt/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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
@@ -21,7 +21,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.browser.demos/pom.xml b/examples/org.eclipse.swt.examples.browser.demos/pom.xml
index c73f03649c..343d5cf2dd 100644
--- a/examples/org.eclipse.swt.examples.browser.demos/pom.xml
+++ b/examples/org.eclipse.swt.examples.browser.demos/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.browser.demos</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.browser/pom.xml b/examples/org.eclipse.swt.examples.browser/pom.xml
index 8f3d4f0449..6fbf0c5e73 100644
--- a/examples/org.eclipse.swt.examples.browser/pom.xml
+++ b/examples/org.eclipse.swt.examples.browser/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.browser</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.controls/pom.xml b/examples/org.eclipse.swt.examples.controls/pom.xml
index a2e3a9ab1d..062c624ca4 100644
--- a/examples/org.eclipse.swt.examples.controls/pom.xml
+++ b/examples/org.eclipse.swt.examples.controls/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.controls</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.launcher/pom.xml b/examples/org.eclipse.swt.examples.launcher/pom.xml
index 0576567584..4c600b5bca 100644
--- a/examples/org.eclipse.swt.examples.launcher/pom.xml
+++ b/examples/org.eclipse.swt.examples.launcher/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.launcher</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.layouts/pom.xml b/examples/org.eclipse.swt.examples.layouts/pom.xml
index 0d4fd1a105..8ce60bade4 100644
--- a/examples/org.eclipse.swt.examples.layouts/pom.xml
+++ b/examples/org.eclipse.swt.examples.layouts/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.layouts</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
index 4127ab4e36..ba2205f768 100644
--- a/examples/org.eclipse.swt.examples.ole.win32/pom.xml
+++ b/examples/org.eclipse.swt.examples.ole.win32/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.ole.win32</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples.paint/pom.xml b/examples/org.eclipse.swt.examples.paint/pom.xml
index e1ac16d1ea..ef550e5793 100644
--- a/examples/org.eclipse.swt.examples.paint/pom.xml
+++ b/examples/org.eclipse.swt.examples.paint/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples.paint</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml
index d61497b60c..24383268f8 100644
--- a/examples/org.eclipse.swt.examples/pom.xml
+++ b/examples/org.eclipse.swt.examples/pom.xml
@@ -19,7 +19,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.examples</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index 0469fee4ff..a978d1307d 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation and others.
+ 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.swt</groupId>
+ <groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
<version>3.101.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top