Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/pom.xml4
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/pom.xml4
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model/pom.xml4
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/pom.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/pom.xml
index a83acb0e6dc..d2226f5de63 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/pom.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.edit/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../../releng/main</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.views.properties.model.edit</artifactId>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/pom.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/pom.xml
index 22a7ecaf183..5e638f3ac7b 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/pom.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../../releng/main</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.views.properties.model.editor</artifactId>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/pom.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/pom.xml
index bb72de6a7a7..1be31e9a889 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model/pom.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../../releng/main</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.views.properties.model</artifactId>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml
index fedcaaead55..d9dfb115188 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../../releng/main</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.views.properties</artifactId>
<groupId>org.eclipse.papyrus</groupId>

Back to the top