Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.e4.tools.css.spy.feature/pom.xml')
-rw-r--r--features/org.eclipse.e4.tools.css.spy.feature/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
index c6ab8c27..f719b3b5 100644
--- a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.css.spy.feature</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-feature</packaging>

Back to the top