Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.core.externaltools/pom.xml')
-rw-r--r--org.eclipse.core.externaltools/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.core.externaltools/pom.xml b/org.eclipse.core.externaltools/pom.xml
index c4f0d388a..fbd97df48 100644
--- a/org.eclipse.core.externaltools/pom.xml
+++ b/org.eclipse.core.externaltools/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation.
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.debug</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.debug</groupId>
+ <groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.externaltools</artifactId>
<version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top