Fixed bug 421587: Some poms use wrong or no version variable for 'org.eclipse.tycho.extras' group
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml
index dd08d90..c9bcbad 100644
--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml
@@ -99,8 +99,7 @@
           <plugin>
             <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>
             <executions>
               <execution>
                 <id>dont_skip_me</id>
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml
index e9de67e..83d2d2e 100644
--- a/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -36,7 +36,7 @@
           <plugin>
             <groupId>org.eclipse.tycho.extras</groupId>
             <artifactId>tycho-eclipserun-plugin</artifactId>
-            <version>${tycho.version}</version>
+            <version>${tycho-extras.version}</version>
             <executions>
               <execution>
                 <id>dont_skip_me</id>
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index 07b7aa5..fe3d6ee 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -99,7 +99,7 @@
           <plugin>
             <groupId>org.eclipse.tycho.extras</groupId>
             <artifactId>tycho-eclipserun-plugin</artifactId>
-            <version>${tycho.version}</version>
+            <version>${tycho-extras.version}</version>
             <executions>
               <execution>
                 <id>dont_skip_me</id>
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index 244eee4..74fd7ce 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -244,8 +244,7 @@
           <plugin>
             <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>
             <executions>
               <execution>
                 <id>dont_skip_me</id>
diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml
index 151a886..af3977e 100644
--- a/bundles/org.eclipse.platform.doc.user/pom.xml
+++ b/bundles/org.eclipse.platform.doc.user/pom.xml
@@ -36,7 +36,7 @@
           <plugin>
             <groupId>org.eclipse.tycho.extras</groupId>
             <artifactId>tycho-eclipserun-plugin</artifactId>
-            <version>${tycho.version}</version>
+            <version>${tycho-extras.version}</version>
             <executions>
               <execution>
                 <id>dont_skip_me</id>