Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.e4.tools.css.editor.feature/pom.xml')
-rw-r--r--features/org.eclipse.e4.tools.css.editor.feature/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
index 58698a65..c2538078 100644
--- a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
@@ -2,9 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.e4.releng</groupId>
- <artifactId>eclipse-parent</artifactId>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>e4-tools-aggregator</artifactId>
<version>0.14.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>

Back to the top