[maven-release-plugin] prepare release 0.2.1-incubating-RC5
diff --git a/pom.xml b/pom.xml
index f79aa6a..b1c1a3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,11 +21,11 @@
 	<parent>
 		<groupId>org.apache.taverna</groupId>
 		<artifactId>apache-taverna-parent</artifactId>
-		<version>2-incubating-SNAPSHOT</version>
+		<version>2-incubating</version>
 	</parent>
 	<groupId>org.apache.taverna.osgi</groupId>
 	<artifactId>apache-taverna-osgi</artifactId>
-	<version>0.2.1-incubating-SNAPSHOT</version>
+	<version>0.2.1-incubating</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna OSGi plugin system</name>
 	<description>OSGi-based plugin system, including
@@ -36,7 +36,7 @@
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git</developerConnection>
 		<url>https://github.com/apache/incubator-taverna-osgi</url>
-		<tag>HEAD</tag>
+		<tag>0.2.1-incubating-RC5</tag>
 	</scm>
 	<repositories>
 		<repository>
diff --git a/taverna-app-configuration-api/pom.xml b/taverna-app-configuration-api/pom.xml
index 0389f7d..a8e3a33 100644
--- a/taverna-app-configuration-api/pom.xml
+++ b/taverna-app-configuration-api/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-app-configuration-api</artifactId>
 	<packaging>bundle</packaging>
diff --git a/taverna-app-configuration-impl/pom.xml b/taverna-app-configuration-impl/pom.xml
index 3d82a70..c3872c2 100644
--- a/taverna-app-configuration-impl/pom.xml
+++ b/taverna-app-configuration-impl/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<packaging>bundle</packaging>
 	<artifactId>taverna-app-configuration-impl</artifactId>
diff --git a/taverna-configuration-api/pom.xml b/taverna-configuration-api/pom.xml
index 4abf058..6531794 100644
--- a/taverna-configuration-api/pom.xml
+++ b/taverna-configuration-api/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-configuration-api</artifactId>
 	<name>Apache Taverna Configuration API</name>
diff --git a/taverna-configuration-impl/pom.xml b/taverna-configuration-impl/pom.xml
index 690737f..4a02e51 100644
--- a/taverna-configuration-impl/pom.xml
+++ b/taverna-configuration-impl/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-configuration-impl</artifactId>
 	<name>Apache Taverna Configuration implementation</name>
diff --git a/taverna-download-api/pom.xml b/taverna-download-api/pom.xml
index a4e82fa..3090497 100644
--- a/taverna-download-api/pom.xml
+++ b/taverna-download-api/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<packaging>bundle</packaging>
 	<artifactId>taverna-download-api</artifactId>
diff --git a/taverna-download-impl/pom.xml b/taverna-download-impl/pom.xml
index 17b107d..807ab87 100644
--- a/taverna-download-impl/pom.xml
+++ b/taverna-download-impl/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<packaging>bundle</packaging>
 	<artifactId>taverna-download-impl</artifactId>
diff --git a/taverna-maven-plugin/pom.xml b/taverna-maven-plugin/pom.xml
index 530ef62..f3f0fda 100644
--- a/taverna-maven-plugin/pom.xml
+++ b/taverna-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
   <prerequisites>
       <maven>3.2.0</maven>
diff --git a/taverna-osgi-launcher/pom.xml b/taverna-osgi-launcher/pom.xml
index af02144..77b14fb 100644
--- a/taverna-osgi-launcher/pom.xml
+++ b/taverna-osgi-launcher/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
       <groupId>org.apache.taverna.osgi</groupId>
       <artifactId>apache-taverna-osgi</artifactId>
-      <version>0.2.1-incubating-SNAPSHOT</version>
+      <version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-osgi-launcher</artifactId>
 	<name>Apache Taverna OSGi Framework Launcher</name>
diff --git a/taverna-osgi-schemas/pom.xml b/taverna-osgi-schemas/pom.xml
index 2600ccd..3997e40 100644
--- a/taverna-osgi-schemas/pom.xml
+++ b/taverna-osgi-schemas/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-osgi-schemas</artifactId>
 	<name>Apache Taverna OSGi XML Schemas</name>
diff --git a/taverna-plugin-api/pom.xml b/taverna-plugin-api/pom.xml
index 6f32298..61228be 100644
--- a/taverna-plugin-api/pom.xml
+++ b/taverna-plugin-api/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<packaging>bundle</packaging>
 	<artifactId>taverna-plugin-api</artifactId>
diff --git a/taverna-plugin-impl/pom.xml b/taverna-plugin-impl/pom.xml
index ab00b91..0e9b3ab 100644
--- a/taverna-plugin-impl/pom.xml
+++ b/taverna-plugin-impl/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-plugin-impl</artifactId>
 	<packaging>bundle</packaging>
diff --git a/taverna-update-api/pom.xml b/taverna-update-api/pom.xml
index 55366d7..971a41a 100644
--- a/taverna-update-api/pom.xml
+++ b/taverna-update-api/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-update-api</artifactId>
 	<packaging>bundle</packaging>
diff --git a/taverna-update-impl/pom.xml b/taverna-update-impl/pom.xml
index 55f3bba..f2cfa69 100644
--- a/taverna-update-impl/pom.xml
+++ b/taverna-update-impl/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.taverna.osgi</groupId>
 		<artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>taverna-update-impl</artifactId>
 	<packaging>bundle</packaging>
diff --git a/xml-parser-service/pom.xml b/xml-parser-service/pom.xml
index c75a8fe..e722d62 100644
--- a/xml-parser-service/pom.xml
+++ b/xml-parser-service/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
     <groupId>org.apache.taverna.osgi</groupId>
     <artifactId>apache-taverna-osgi</artifactId>
-    <version>0.2.1-incubating-SNAPSHOT</version>
+    <version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>xml-parser-service</artifactId>
 	<packaging>bundle</packaging>
diff --git a/xml-transformer-service/pom.xml b/xml-transformer-service/pom.xml
index 610cf96..5b53722 100644
--- a/xml-transformer-service/pom.xml
+++ b/xml-transformer-service/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
     <groupId>org.apache.taverna.osgi</groupId>
     <artifactId>apache-taverna-osgi</artifactId>
-		<version>0.2.1-incubating-SNAPSHOT</version>
+		<version>0.2.1-incubating</version>
 	</parent>
 	<artifactId>xml-transformer-service</artifactId>
 	<packaging>bundle</packaging>