Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-02-25 15:53:25 +0000
committerThomas Watson2013-02-25 15:53:25 +0000
commite86effb131965fe37837433f642fe157c5a04e95 (patch)
tree07c06b29930cefa425ffedb0f30a3587420e2ef6 /pom.xml
parentd0a58ed2286fe8047cc6d8994528b977d49e0234 (diff)
downloadrt.equinox.bundles-e86effb131965fe37837433f642fe157c5a04e95.tar.gz
rt.equinox.bundles-e86effb131965fe37837433f642fe157c5a04e95.tar.xz
rt.equinox.bundles-e86effb131965fe37837433f642fe157c5a04e95.zip
Bug 394831 - [cbi] Platform parent should be renamed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a3d51d0cc..03e8694d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>org.eclipse.equinox.bundles</groupId>

Back to the top