Fixed bug 421587: Some poms use wrong or no version variable for 'org.eclipse.tycho.extras' group
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index 359c56e..1a7cef1 100644
--- a/features/org.eclipse.cvs-feature/pom.xml
+++ b/features/org.eclipse.cvs-feature/pom.xml
@@ -27,6 +27,7 @@
       <plugin>
         <groupId>org.eclipse.tycho.extras</groupId>
         <artifactId>tycho-source-feature-plugin</artifactId>
+        <version>${tycho-extras.version}</version>
         <executions>
           <execution>
             <phase>package</phase>