Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.vex.sdk.feature/pom.xml')
-rw-r--r--org.eclipse.vex.sdk.feature/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.vex.sdk.feature/pom.xml b/org.eclipse.vex.sdk.feature/pom.xml
index fe9f7b10..af90500b 100644
--- a/org.eclipse.vex.sdk.feature/pom.xml
+++ b/org.eclipse.vex.sdk.feature/pom.xml
@@ -7,10 +7,10 @@
<name>Vex SDK Feature</name>
<parent>
- <artifactId>org.eclipse.vex-releng</artifactId>
+ <artifactId>features</artifactId>
<groupId>org.eclipse.vex</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
+ <relativePath>../org.eclipse.vex.releng/features-pom.xml</relativePath>
</parent>
<build>
@@ -18,7 +18,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-version}</version>
+ <version>${tycho-extras-version}</version>
<executions>
<execution>
<id>source-feature</id>

Back to the top