Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-25 05:10:47 +0000
committerDavid Williams2013-02-25 05:10:47 +0000
commitd755875b68df526956778c1eb1ae5de4f44c5b5f (patch)
treec897448a6dc8bd7c02259c29496608c355660ac6 /eclipse.platform.repository
parentbb5ca7de83ecf9e2b3355c533aeec1194b5329a8 (diff)
downloadeclipse.platform.releng.aggregator-d755875b68df526956778c1eb1ae5de4f44c5b5f.tar.gz
eclipse.platform.releng.aggregator-d755875b68df526956778c1eb1ae5de4f44c5b5f.tar.xz
eclipse.platform.releng.aggregator-d755875b68df526956778c1eb1ae5de4f44c5b5f.zip
Bug 394831 - [cbi] Platform parent should be renamed
Diffstat (limited to 'eclipse.platform.repository')
-rw-r--r--eclipse.platform.repository/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.repository/pom.xml b/eclipse.platform.repository/pom.xml
index 8a5c9ed95..ddd5061ae 100644
--- a/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.repository/pom.xml
@@ -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.repository</groupId>
<artifactId>eclipse.platform.repository</artifactId>

Back to the top