Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 17:13:43 +0000
committerDani Megert2013-02-25 17:13:43 +0000
commitb545b55b0efe41a65a7138a053297b472df8162a (patch)
treedba6ccf5bce2904dbff3bbc40292215fa26f060e /org.eclipse.core.filebuffers
parent6b09575cf461ed923ebe4e2f90a030776e9439ae (diff)
downloadeclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.gz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.xz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.zip
Fixed bug 397850: [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.core.filebuffers')
-rw-r--r--org.eclipse.core.filebuffers/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.core.filebuffers/pom.xml b/org.eclipse.core.filebuffers/pom.xml
index e7dc750b0be..50d3b21dd2f 100644
--- a/org.eclipse.core.filebuffers/pom.xml
+++ b/org.eclipse.core.filebuffers/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
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.filebuffers</artifactId>
<version>3.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top