Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.e4.tools.context.spy.feature/pom.xml')
-rw-r--r--features/org.eclipse.e4.tools.context.spy.feature/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/org.eclipse.e4.tools.context.spy.feature/pom.xml b/features/org.eclipse.e4.tools.context.spy.feature/pom.xml
index 90174180..d4c5a36d 100644
--- a/features/org.eclipse.e4.tools.context.spy.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.context.spy.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.e4.tools</groupId>
<artifactId>e4-tools-aggregator</artifactId>
- <version>0.18.0-SNAPSHOT</version>
+ <version>0.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
@@ -19,6 +19,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tycho.version}</version>
<executions>
<execution>
<phase>package</phase>

Back to the top