Updated pom and version-specific files

git-svn-id: https://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.t2.lang/trunk@9231 bf327186-88b3-11dd-a302-d386e5130c1c
diff --git a/beans/pom.xml b/beans/pom.xml
index 08b5447..f07853b 100644
--- a/beans/pom.xml
+++ b/beans/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<dependencies>
 		<dependency>
diff --git a/io/pom.xml b/io/pom.xml
index 4da51fd..b5da1bd 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<groupId>net.sf.taverna.t2.lang</groupId>
 	<artifactId>io</artifactId>
diff --git a/observer/pom.xml b/observer/pom.xml
index c57f231..4bbb22a 100644
--- a/observer/pom.xml
+++ b/observer/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<description>Implementation of the Observer pattern.</description>
 	<dependencies>
diff --git a/partition/pom.xml b/partition/pom.xml
index 34011d6..f111263 100644
--- a/partition/pom.xml
+++ b/partition/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<description>API for recursive subset partitioning</description>
 	<dependencies>
diff --git a/pom.xml b/pom.xml
index ec9f626..3612456 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<name>Taverna 2 language extensions</name>
 	<groupId>net.sf.taverna.t2</groupId>
-	<version>0.6-SNAPSHOT</version>
+	<version>0.6</version>
 	<artifactId>lang</artifactId>
 	<packaging>pom</packaging>
 	<properties>
diff --git a/ui/pom.xml b/ui/pom.xml
index 3e884be..01643ac 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -7,13 +7,13 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<dependencies>
 		<dependency>
 			<groupId>net.sf.taverna.t2.lang</groupId>
 			<artifactId>observer</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>
diff --git a/uibuilder/pom.xml b/uibuilder/pom.xml
index e1bbcb3..e9aa698 100644
--- a/uibuilder/pom.xml
+++ b/uibuilder/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>net.sf.taverna.t2</groupId>
 		<artifactId>lang</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 	</parent>
 	<dependencies>
 		<dependency>