Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-26 08:47:47 +0000
committerDani Megert2013-02-26 08:47:47 +0000
commitef26c6a2ba1f29ecf7d75aba3548897202957e6a (patch)
treeb493f6007fb3c219954ba7a057182eeee1d56ba3
parentbd4dd4368e801f9ebe9dac72a7c54b8ade64f31b (diff)
downloadeclipse.pde.ui-ef26c6a2ba1f29ecf7d75aba3548897202957e6a.tar.gz
eclipse.pde.ui-ef26c6a2ba1f29ecf7d75aba3548897202957e6a.tar.xz
eclipse.pde.ui-ef26c6a2ba1f29ecf7d75aba3548897202957e6a.zip
Fixed bug 397850: [CBI] use the correct group IDs for all artifactsv20130226-084747I20130226-0912I20130226-0800
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml4
-rw-r--r--apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml4
11 files changed, 22 insertions, 22 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml
index 5d647d7a08..93b1bb456b 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation10_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml
index d379e43daa..14daf41787 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation11_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml
index 1060d2c4e2..0be4758c47 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.j2se12-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.j2se12_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml
index 55011beec1..7daa0a8c01 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.j2se13-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.j2se13_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml
index 4c61ea04b1..87e8f3bab6 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.j2se14-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.j2se14_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml
index ac47ed2239..b85548b0bb 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.j2se15-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.j2se15_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml
index f3399e3af5..0ed9e38efa 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.javase16-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.javase16_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml
index ffd76c51da..4614bdaeb2 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.jre11-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.jre11_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml
index 84c4d8ebcf..2d789e0b98 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.osgiminimum10_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml
index c61d3d26cf..b5283e7e02 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.osgiminimum11_feature</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml
index da81e8895b..4062833fdd 100644
--- a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-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 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.pde.ui</groupId>
+ <groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde.api.tools.ee.osgiminimum12_feature</artifactId>
<version>1.0.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Back to the top