[maven-release-plugin]  copy for tag security-0.6

git-svn-id: https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/tags/security-0.6@7980 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/security-tests/pom.xml b/security-tests/pom.xml
index 3ea1c71..b1334b7 100644
--- a/security-tests/pom.xml
+++ b/security-tests/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>0.4-SNAPSHOT</version>
+		<version>0.6-SNAPSHOT</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>security-tests</artifactId>
@@ -14,17 +14,17 @@
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>credential-manager</artifactId>
-			<version>0.4-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 				<groupId>net.sf.taverna.t2.ui-components</groupId>
 				<artifactId>credential-manager-ui</artifactId>
-				<version>0.4-SNAPSHOT</version>
+				<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>security-profiles</artifactId>
-			<version>0.4-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file