Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml')
-rw-r--r--examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml
index df196488911..23a59035976 100644
--- a/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml
+++ b/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml
@@ -5,9 +5,9 @@
<artifactId>org.eclipse.papyrus</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../releng/top-pom-main.xml</relativePath>
</parent>
- <artifactId>org.eclipse.papyrus.textual.editors.example</artifactId>
+ <artifactId>org.eclipse.papyrus.uml.textual.editors.example</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top