Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml')
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
index 30bb1d7a..7c6f0afd 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.ui.script.js</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>

Back to the top