Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-02-25 15:54:40 +0000
committerThomas Watson2013-02-25 15:54:40 +0000
commitf60db4c27e788c88a6ffbf0835e7dd32ae7795b5 (patch)
tree3726328903fa37efacdacbe067e283c93904e5ea /pom.xml
parent091a0733b87713da18acf26ae00afe2d981b0418 (diff)
downloadrt.equinox.framework-f60db4c27e788c88a6ffbf0835e7dd32ae7795b5.tar.gz
rt.equinox.framework-f60db4c27e788c88a6ffbf0835e7dd32ae7795b5.tar.xz
rt.equinox.framework-f60db4c27e788c88a6ffbf0835e7dd32ae7795b5.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 0d9ee614a..59bc974df 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.framework</groupId>

Back to the top