The new version of the releng dosen't support the use of variable in
version declarations anymore.
diff --git a/org.eclipse.modisco.releng.tycho/helios/test_dependencies.xml b/org.eclipse.modisco.releng.tycho/helios/test_dependencies.xml
index dffe946..ef190d6 100644
--- a/org.eclipse.modisco.releng.tycho/helios/test_dependencies.xml
+++ b/org.eclipse.modisco.releng.tycho/helios/test_dependencies.xml
@@ -14,34 +14,28 @@
 	<dependency>

 		<type>p2-installable-unit</type>

 		<artifactId>org.eclipse.swtbot.eclipse.feature.group</artifactId>

-		<version>${swtbot-version}</version>

 	</dependency>

 	<dependency>

 		<type>p2-installable-unit</type>

 		<artifactId>org.eclipse.swtbot.ide.feature.group</artifactId>

-		<version>${swtbot-version}</version>

 	</dependency>

 	<dependency>

 		<type>p2-installable-unit</type>

 		<artifactId>org.eclipse.swtbot.eclipse.test.junit4.feature.group</artifactId>

-		<version>${swtbot-version}</version>

 	</dependency>

 	<dependency>

 		<type>p2-installable-unit</type>

 		<artifactId>org.eclipse.swtbot.forms.feature.group</artifactId>

-		<version>${swtbot-version}</version>

 	</dependency>

 	<dependency>

 		<type>p2-installable-unit</type>

 		<artifactId>org.eclipse.swtbot.feature.group</artifactId>

-		<version>${swtbot-version}</version>

 	</dependency>

 	<!-- Currently tested feature -->

 	<dependency>

 		<type>p2-installable-unit</type>

 		<groupId>${project.groupdId}</groupId>

 		<artifactId>org.eclipse.modisco.sdk.feature.feature.group</artifactId>

-		<version>${project.versionId}</version>

 	</dependency>

 	<!-- Test dependencies -->

 	<dependency>