diff options
| author | Dani Megert | 2013-02-26 08:59:00 +0000 |
|---|---|---|
| committer | Dani Megert | 2013-02-26 08:59:00 +0000 |
| commit | 9ddf3e09f506b48695e7cbc9d2931e33303cd094 (patch) | |
| tree | 5f512d949745f10a1e7eea310e786523ae343cf2 | |
| parent | 500d4b51d867688b1a9be6d3c83326884fd71836 (diff) | |
| download | eclipse.platform.resources-9ddf3e09f506b48695e7cbc9d2931e33303cd094.tar.gz eclipse.platform.resources-9ddf3e09f506b48695e7cbc9d2931e33303cd094.tar.xz eclipse.platform.resources-9ddf3e09f506b48695e7cbc9d2931e33303cd094.zip | |
Fixed bug 397850: [CBI] use the correct group IDs for all artifacts
| -rw-r--r-- | bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9/pom.xml b/bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9/pom.xml index 69c19b35d..b1a1595a0 100644 --- a/bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9/pom.xml +++ b/bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9/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.resources</groupId> + <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.filesystem.solaris.sparcv9</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> |
