Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-02-25 16:23:50 +0000
committerCurtis Windatt2013-02-25 16:23:50 +0000
commit78dee56b8d7e16145db780923112e7caed068fe2 (patch)
treef34f5b1b1a8677c2b5a50962a70332287d2e5084
parent3628bb47c8fa2de5340331a61423a69e07ff3bed (diff)
downloadeclipse.pde.build-78dee56b8d7e16145db780923112e7caed068fe2.tar.gz
eclipse.pde.build-78dee56b8d7e16145db780923112e7caed068fe2.tar.xz
eclipse.pde.build-78dee56b8d7e16145db780923112e7caed068fe2.zip
Bug 397850 - [CBI] use the correct group IDs for all artifacts
-rw-r--r--org.eclipse.pde.build.feature/pom.xml4
-rw-r--r--org.eclipse.pde.build.product.feature/pom.xml4
-rw-r--r--org.eclipse.pde.build.tests/pom.xml2
-rw-r--r--org.eclipse.pde.build/pom.xml4
4 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.pde.build.feature/pom.xml b/org.eclipse.pde.build.feature/pom.xml
index 796799f7..4e956643 100644
--- a/org.eclipse.pde.build.feature/pom.xml
+++ b/org.eclipse.pde.build.feature/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
@@ -19,7 +19,7 @@
<groupId>eclipse.pde.build</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.pde.build</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.build.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/org.eclipse.pde.build.product.feature/pom.xml b/org.eclipse.pde.build.product.feature/pom.xml
index 62bff290..26833097 100644
--- a/org.eclipse.pde.build.product.feature/pom.xml
+++ b/org.eclipse.pde.build.product.feature/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.pde.build</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.pde.build</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.build.product.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/org.eclipse.pde.build.tests/pom.xml b/org.eclipse.pde.build.tests/pom.xml
index 51cff222..c8432b9e 100644
--- a/org.eclipse.pde.build.tests/pom.xml
+++ b/org.eclipse.pde.build.tests/pom.xml
@@ -18,7 +18,7 @@
<groupId>eclipse.pde.build</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.pde.build</groupId>
+ <groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build.tests</artifactId>
<version>1.1.400-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.pde.build/pom.xml b/org.eclipse.pde.build/pom.xml
index 91aea850..8ffe6818 100644
--- a/org.eclipse.pde.build/pom.xml
+++ b/org.eclipse.pde.build/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.pde.build</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.pde.build</groupId>
+ <groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build</artifactId>
<version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top