Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 11:32:38 +0000
committerDani Megert2013-02-25 11:32:38 +0000
commit6ffa15066d22638ab4f0fa33bc227a1ff284f747 (patch)
tree65ec2dbf49ce9a9b06816ffeac94b1a0f7d0056f /pom.xml
parentcc6a544e78dbb27322e50e3777b530edce3f8a36 (diff)
downloadeclipse.platform.debug-6ffa15066d22638ab4f0fa33bc227a1ff284f747.tar.gz
eclipse.platform.debug-6ffa15066d22638ab4f0fa33bc227a1ff284f747.tar.xz
eclipse.platform.debug-6ffa15066d22638ab4f0fa33bc227a1ff284f747.zip
Fixed bug 394831: [cbi] Platform parent should be renamed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 78dc59c1e..26438e5d2 100644
--- a/pom.xml
+++ b/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
@@ -17,9 +17,9 @@
<parent>
<groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
+ <artifactId>eclipse-platform-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../eclipse-parent</relativePath>
+ <relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.debug</groupId>

Back to the top