diff options
author | Dani Megert | 2013-02-25 17:12:35 +0000 |
---|---|---|
committer | Dani Megert | 2013-02-25 17:12:35 +0000 |
commit | 4743bcb5dbead42e841b0cd0f2c323ede4614d53 (patch) | |
tree | 6b68579f96299c07859fb40b4298d64537a342c2 /bundles/org.eclipse.ui.net | |
parent | 72cb82864aa48bbca72422765dcbaabc679e1115 (diff) | |
download | eclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.tar.gz eclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.tar.xz eclipse.platform.team-4743bcb5dbead42e841b0cd0f2c323ede4614d53.zip |
Fixed bug 397850: [CBI] use the correct group IDs for all artifactsv20130225-171235I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230
Diffstat (limited to 'bundles/org.eclipse.ui.net')
-rw-r--r-- | bundles/org.eclipse.ui.net/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml index 2255ee17d..7646cef64 100644 --- a/bundles/org.eclipse.ui.net/pom.xml +++ b/bundles/org.eclipse.ui.net/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.ui</groupId> <artifactId>org.eclipse.ui.net</artifactId> <version>1.2.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> |