Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-11-18 15:44:10 +0000
committerThanh Ha2013-11-18 15:44:10 +0000
commit9d6ddd70f3378620c11564c7be909cc19e76d0d5 (patch)
tree63e2e631ce44ed08a603942a75b8d44c17871eb9 /eclipse-platform-parent/pom.xml
parented4ea32ac5db38d8236df996f4addecea3841c30 (diff)
downloadeclipse.platform.releng.aggregator-9d6ddd70f3378620c11564c7be909cc19e76d0d5.tar.gz
eclipse.platform.releng.aggregator-9d6ddd70f3378620c11564c7be909cc19e76d0d5.tar.xz
eclipse.platform.releng.aggregator-9d6ddd70f3378620c11564c7be909cc19e76d0d5.zip
Bug 421587 - Some poms use wrong version variable for 'org.eclipse.tycho.extras' group
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f3c1f4c07..afc9db7e2 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -670,7 +670,7 @@
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<!-- this is actually present in any 0.14+ version -->
- <version>${tycho.version}</version>
+ <version>${tycho-extras.version}</version>
<configuration>
<repositories>
<repository>

Back to the top