Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 17:12:35 +0000
committerDani Megert2013-02-25 17:12:35 +0000
commit4743bcb5dbead42e841b0cd0f2c323ede4614d53 (patch)
tree6b68579f96299c07859fb40b4298d64537a342c2 /examples
parent72cb82864aa48bbca72422765dcbaabc679e1115 (diff)
downloadeclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.tar.gz
eclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.tar.xz
eclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.zip
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples.xml/pom.xml4
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml4
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml
index 519d9bdf7..f41c8fbc9 100644
--- a/examples/org.eclipse.compare.examples.xml/pom.xml
+++ b/examples/org.eclipse.compare.examples.xml/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.team</groupId>
+ <groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare.examples.xml</artifactId>
<version>3.3.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
index b97570f61..60bfa9722 100644
--- a/examples/org.eclipse.compare.examples/pom.xml
+++ b/examples/org.eclipse.compare.examples/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.team</groupId>
+ <groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare.examples</artifactId>
<version>3.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
index a5436fc17..52ccb5109 100644
--- a/examples/org.eclipse.team.examples.filesystem/pom.xml
+++ b/examples/org.eclipse.team.examples.filesystem/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.team</groupId>
+ <groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.examples.filesystem</artifactId>
<version>3.4.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top