should use tycho-extras-version var for org.eclipse.tycho.extras version Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/pom.xml b/pom.xml index 86ed2f2..5851ac3 100644 --- a/pom.xml +++ b/pom.xml
@@ -108,7 +108,7 @@ <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-p2-extras-plugin</artifactId> - <version>${tycho-version}</version> + <version>${tycho-extras-version}</version> <executions> <execution> <goals> @@ -192,7 +192,7 @@ <dependency> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-buildtimestamp-jgit</artifactId> - <version>${tycho-version}</version> + <version>${tycho-extras-version}</version> </dependency> <dependency> <groupId>org.eclipse.tycho.extras</groupId>