[maven-release-plugin] prepare release security-0.5

git-svn-id: https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/trunk@7962 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/credential-manager/pom.xml b/credential-manager/pom.xml
index 74d1acd..cfc130f 100644
--- a/credential-manager/pom.xml
+++ b/credential-manager/pom.xml
@@ -4,17 +4,12 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>credential-manager</artifactId>
 	<name>Credential manager</name>
 	<dependencies>
-		<!--<dependency>
-			<groupId>net.sf.taverna.t2.security</groupId>
-			<artifactId>security-agents</artifactId>
-			<version>0.4-SNAPSHOT</version>
-		</dependency>-->
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
@@ -27,7 +22,7 @@
 		<dependency>
 			<groupId>net.sf.taverna.t2.infrastructure</groupId>
 			<artifactId>appconfig</artifactId>
-			<version>1.10</version>
+			<version>${t2.infrastructure.version}</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 47a8609..606eceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
 	<groupId>net.sf.taverna.t2</groupId>
 	<artifactId>security</artifactId>
-	<version>0.5-SNAPSHOT</version>
+	<version>0.5</version>
 	<packaging>pom</packaging>
 
 	<name>Taverna 2 security</name>
@@ -18,11 +18,9 @@
 	</description>
 
 	<properties>
-		<t2.security.version>${project.version}</t2.security.version>
-		<t2.infrastructure.version>1.10</t2.infrastructure.version>
-		<t2.core.version>0.6</t2.core.version>
+		<t2.infrastructure.version>1.11</t2.infrastructure.version>
+		<t2.core.version>0.7</t2.core.version>
 		<t2.lang.version>0.5</t2.lang.version>
-<!--		<t2.ui-api.version>0.4-SNAPSHOT</t2.ui-api.version> -->
 		<bouncycastle.version>136</bouncycastle.version>
 		<wss4j.version>1.5.4</wss4j.version>
 		<axis.version>1.4</axis.version>
@@ -84,9 +82,9 @@
         </repository>
 	</repositories>
 	<scm>
-		<connection>scm:svn:http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/trunk/</connection>
-		<developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/trunk/</developerConnection>
-		<url>http://code.google.com/p/taverna/source/browse/#svn/taverna/engine/net.sf.taverna.t2.security/trunk/</url>
+		<connection>scm:svn:http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/tags/security-0.5</connection>
+		<developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/tags/security-0.5</developerConnection>
+		<url>http://code.google.com/p/taverna/source/browse/#svn/taverna/engine/net.sf.taverna.t2.security/tags/security-0.5</url>
 	</scm>
 	<dependencyManagement>
 		<dependencies>			
diff --git a/security-agents-tests/pom.xml b/security-agents-tests/pom.xml
index 34fa8b2..8aad2f7 100644
--- a/security-agents-tests/pom.xml
+++ b/security-agents-tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>security-agents-test</artifactId>
@@ -14,17 +14,17 @@
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>security-profiles</artifactId>
-			<version>0.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>security-agents</artifactId>
-			<version>0.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>credential-manager</artifactId>
-			<version>0.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>axis</groupId>
diff --git a/security-agents/pom.xml b/security-agents/pom.xml
index 7a0213c..c0abcee 100644
--- a/security-agents/pom.xml
+++ b/security-agents/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>security-agents</artifactId>
@@ -15,15 +15,10 @@
 			<artifactId>wss4j</artifactId>
 			<version>${wss4j.version}</version>
 		</dependency>
-		<!--<dependency>
-			<groupId>axis</groupId>
-			<artifactId>axis</artifactId>
-			<version>${axis.version}</version>
-		</dependency>-->
 		<dependency>
 			<groupId>net.sf.taverna.t2.security</groupId>
 			<artifactId>security-profiles</artifactId>
-			<version>0.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>xml-apis</groupId>
diff --git a/security-profiles/pom.xml b/security-profiles/pom.xml
index a72149a..d4be91a 100644
--- a/security-profiles/pom.xml
+++ b/security-profiles/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>security-profiles</artifactId>