diff options
| author | Ian Bull | 2013-02-25 19:00:06 +0000 |
|---|---|---|
| committer | Ian Bull | 2013-02-25 19:30:49 +0000 |
| commit | eb9abdff505d6e20d687f637dccfc1b242ef452a (patch) | |
| tree | 6ffe53498746f912d1387d7bc8d93f4d161b4aa0 | |
| parent | 2a9c37fde85c8e0458f618f720763284cd5422af (diff) | |
| download | rt.equinox.p2-eb9abdff505d6e20d687f637dccfc1b242ef452a.tar.gz rt.equinox.p2-eb9abdff505d6e20d687f637dccfc1b242ef452a.tar.xz rt.equinox.p2-eb9abdff505d6e20d687f637dccfc1b242ef452a.zip | |
Bug 397850 - [CBI] use the correct group IDs for all artifacts
Updated the groupID of the feature pom.xmls. The groupID is the
first three segments of the artifactID
6 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/pom.xml b/features/org.eclipse.equinox.p2.core.feature/pom.xml index 06e10e7bf..4a7b859bd 100644 --- a/features/org.eclipse.equinox.p2.core.feature/pom.xml +++ b/features/org.eclipse.equinox.p2.core.feature/pom.xml @@ -20,7 +20,7 @@ <version>0.0.1-SNAPSHOT</version> <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.core.feature</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> diff --git a/features/org.eclipse.equinox.p2.discovery.feature/pom.xml b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml index 98a26265d..b4b3a6708 100644 --- a/features/org.eclipse.equinox.p2.discovery.feature/pom.xml +++ b/features/org.eclipse.equinox.p2.discovery.feature/pom.xml @@ -20,7 +20,7 @@ <version>0.0.1-SNAPSHOT</version> <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.discovery.feature</artifactId> <version>1.0.100-SNAPSHOT</version> <packaging>eclipse-feature</packaging> diff --git a/features/org.eclipse.equinox.p2.extras.feature/pom.xml b/features/org.eclipse.equinox.p2.extras.feature/pom.xml index 0c8beeac7..0fad1afbe 100644 --- a/features/org.eclipse.equinox.p2.extras.feature/pom.xml +++ b/features/org.eclipse.equinox.p2.extras.feature/pom.xml @@ -20,7 +20,7 @@ <version>0.0.1-SNAPSHOT</version> <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.extras.feature</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> diff --git a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml index 2252c8e45..5c2e391c7 100644 --- a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml +++ b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml @@ -21,7 +21,7 @@ <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.rcp.feature</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> diff --git a/features/org.eclipse.equinox.p2.sdk/pom.xml b/features/org.eclipse.equinox.p2.sdk/pom.xml index d81b56744..75d410006 100644 --- a/features/org.eclipse.equinox.p2.sdk/pom.xml +++ b/features/org.eclipse.equinox.p2.sdk/pom.xml @@ -19,7 +19,7 @@ <version>0.0.1-SNAPSHOT</version> <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.sdk</artifactId> <version>3.8.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> diff --git a/features/org.eclipse.equinox.p2.user.ui/pom.xml b/features/org.eclipse.equinox.p2.user.ui/pom.xml index 4f3ba0669..b00727d4b 100644 --- a/features/org.eclipse.equinox.p2.user.ui/pom.xml +++ b/features/org.eclipse.equinox.p2.user.ui/pom.xml @@ -21,7 +21,7 @@ <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath> </parent> - <groupId>org.eclipse</groupId> + <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.p2.user.ui</artifactId> <version>2.2.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> |
