Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 11:32:07 +0000
committerDani Megert2013-02-25 11:32:07 +0000
commit87580f185242cccc330ef8a2f0f9f5dc7a1ea1db (patch)
tree9426242fc9a941be2444e9ee48955fa4021787dd
parent3c008d3db3991553f605615c4aafc49dee6288f0 (diff)
downloadeclipse.platform.ua-87580f185242cccc330ef8a2f0f9f5dc7a1ea1db.tar.gz
eclipse.platform.ua-87580f185242cccc330ef8a2f0f9f5dc7a1ea1db.tar.xz
eclipse.platform.ua-87580f185242cccc330ef8a2f0f9f5dc7a1ea1db.zip
Fixed bug 394831: [cbi] Platform parent should be renamed
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b2140fb82..ed150030b 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
@@ -13,9 +13,9 @@
<modelVersion>4.0.0</modelVersion>
<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.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>

Back to the top