git-svn-id: https://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.security/tags/security-1.0.1@9679 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/credential-manager/pom.xml b/credential-manager/pom.xml
index 92db621..a2378cf 100644
--- a/credential-manager/pom.xml
+++ b/credential-manager/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>security</artifactId>
-		<version>1.1-SNAPSHOT</version>
+		<version>1.0.1</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.security</groupId>
 	<artifactId>credential-manager</artifactId>
diff --git a/pom.xml b/pom.xml
index fc9df85..bea2b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
 	<groupId>net.sf.taverna.t2</groupId>
 	<artifactId>security</artifactId>
-	<version>1.1-SNAPSHOT</version>
+	<version>1.0.1</version>
 	<packaging>pom</packaging>
 
 	<name>Taverna 2 security</name>
@@ -19,8 +19,8 @@
 
 	<properties>
 		<t2.infrastructure.version>2.0</t2.infrastructure.version>
-		<t2.core.version>1.1-SNAPSHOT</t2.core.version>
-		<t2.lang.version>1.1-SNAPSHOT</t2.lang.version>
+		<t2.core.version>1.0</t2.core.version>
+		<t2.lang.version>1.0</t2.lang.version>
 		<bouncycastle.version>136</bouncycastle.version>
 		<wss4j.version>1.5.4</wss4j.version>
 		<axis.version>1.4</axis.version>