[tx-control][maven-release-plugin]prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/tx-control@1748681 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 83ce2a7..f53379d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,18 +18,18 @@
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<description>Transaction Control service, including Resource Provider implementations.</description>
 	<scm>
 		<connection>
-			scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1
+			scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control
 		</connection>
 		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1
+			scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control
 		</developerConnection>
 		<url>
-			http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1
+			http://svn.apache.org/viewvc/aries/trunk/tx-control
 		</url>
 	</scm>
 
diff --git a/tx-control-api/pom.xml b/tx-control-api/pom.xml
index 6bd68d1..3c76500 100644
--- a/tx-control-api/pom.xml
+++ b/tx-control-api/pom.xml
@@ -3,14 +3,14 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.1</version>
+		<version>0.0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-api</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control API</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 
 	<description>
@@ -19,13 +19,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-api
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-api
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-api
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-api
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-api
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-api
         </url>
 	</scm>
 
diff --git a/tx-control-itests/pom.xml b/tx-control-itests/pom.xml
index 130e88c..4be7628 100644
--- a/tx-control-itests/pom.xml
+++ b/tx-control-itests/pom.xml
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>org.apache.aries.tx-control-itests</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 	<name>Apache Aries Transaction Control iTests</name>
 	<description>
         Integration tests using for the Transaction Control service
@@ -16,13 +16,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-itests
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-itests
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-itests
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-itests
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-itests
+            http://svn.apache.org/viewvc/aries/trunk/proxy/tx-control/tx-control-itests
         </url>
 	</scm>
 
@@ -43,19 +43,19 @@
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
 			<scope>provided</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-service-local</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-service-xa</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -73,13 +73,13 @@
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-local</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-xa</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
diff --git a/tx-control-jpa-itests/pom.xml b/tx-control-jpa-itests/pom.xml
index 1ba7725..3590c39 100644
--- a/tx-control-jpa-itests/pom.xml
+++ b/tx-control-jpa-itests/pom.xml
@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>org.apache.aries.tx-control-jpa-itests</artifactId>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 	<name>Apache Aries Transaction Control JPA iTests</name>
 	<description>
         JPA Integration tests using the Transaction Control service
@@ -16,13 +16,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-jpa-itests
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-jpa-itests
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-jpa-itests
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-jpa-itests
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-jpa-itests
+            http://svn.apache.org/viewvc/aries/trunk/proxy/tx-control/tx-control-jpa-itests
         </url>
 	</scm>
 
@@ -43,19 +43,19 @@
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
 			<scope>provided</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-service-local</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-service-xa</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -67,13 +67,13 @@
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jpa-local</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jpa-xa</artifactId>
 			<scope>test</scope>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
             <groupId>org.eclipse.persistence</groupId>
diff --git a/tx-control-provider-jdbc-common/pom.xml b/tx-control-provider-jdbc-common/pom.xml
index 1bd76a6..20331ad 100644
--- a/tx-control-provider-jdbc-common/pom.xml
+++ b/tx-control-provider-jdbc-common/pom.xml
@@ -3,14 +3,14 @@
 	<parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jdbc-common</artifactId>
 	<packaging>jar</packaging>
 	<name>OSGi Transaction Control JDBC Resource Provider - Common Code</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This jar contains a common code for building OSGi Transaction Control JDBCConnectionProvider 
@@ -20,13 +20,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-common
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-common
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-common
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-common
         </url>
 	</scm>
 
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-provider-jdbc-local/pom.xml b/tx-control-provider-jdbc-local/pom.xml
index 49e93b8..9eba023 100644
--- a/tx-control-provider-jdbc-local/pom.xml
+++ b/tx-control-provider-jdbc-local/pom.xml
@@ -3,14 +3,14 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.1</version>
+		<version>0.0.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jdbc-local</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control JDBC Resource Provider - Local Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports local transactions.
@@ -18,13 +18,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-local
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-local
         </url>
 	</scm>
 
@@ -65,13 +65,13 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-common</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-provider-jdbc-xa/pom.xml b/tx-control-provider-jdbc-xa/pom.xml
index f138fff..828d3f2 100644
--- a/tx-control-provider-jdbc-xa/pom.xml
+++ b/tx-control-provider-jdbc-xa/pom.xml
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jdbc-xa</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control JDBC Resource Provider - XA Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports XA and Local transactions.
@@ -18,13 +18,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-provider-jdbc-xa
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-xa
         </url>
 	</scm>
 
@@ -65,13 +65,13 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-common</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-provider-jpa-local/pom.xml b/tx-control-provider-jpa-local/pom.xml
index f5a4f45..7ebda86 100644
--- a/tx-control-provider-jpa-local/pom.xml
+++ b/tx-control-provider-jpa-local/pom.xml
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-local</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control JPA Resource Provider - Local Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains a JPA resource provider for use with the OSGi Transaction Control Service that supports local transactions.
@@ -18,13 +18,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-local
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-local
         </url>
 	</scm>
 
@@ -84,7 +84,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-provider-jpa-xa/pom.xml b/tx-control-provider-jpa-xa/pom.xml
index 469e7c1..ab2a455 100644
--- a/tx-control-provider-jpa-xa/pom.xml
+++ b/tx-control-provider-jpa-xa/pom.xml
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control JPA Resource Provider - XA Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains a JPA resource provider for use with the OSGi Transaction Control Service that supports XA transactions.
@@ -18,13 +18,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-provider-jpa-xa
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa
         </url>
 	</scm>
 
@@ -91,7 +91,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -115,13 +115,13 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-common</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-provider-jdbc-xa</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-service-common/pom.xml b/tx-control-service-common/pom.xml
index 349c936..68aee2b 100644
--- a/tx-control-service-common/pom.xml
+++ b/tx-control-service-common/pom.xml
@@ -3,13 +3,13 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-service-common</artifactId>
 	<name>OSGi Transaction Control Service - Common Code</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This jar contains a common code for building OSGi Transaction Control Service implementations.
@@ -19,13 +19,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-common
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-common
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-service-common
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-common
         </url>
 	</scm>
 
@@ -37,7 +37,7 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/tx-control-service-local/pom.xml b/tx-control-service-local/pom.xml
index da6c3d5..5759397 100644
--- a/tx-control-service-local/pom.xml
+++ b/tx-control-service-local/pom.xml
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-service-local</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control Service - Local Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains an OSGi Transaction Control Service implementation suitable for local resources.
@@ -18,13 +18,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-service-local
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-local
         </url>
 	</scm>
 
@@ -54,13 +54,13 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
             <groupId>org.apache.aries.tx-control</groupId>
             <artifactId>tx-control-service-common</artifactId>
-            <version>0.0.1</version>
+            <version>0.0.2-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 		<dependency>
diff --git a/tx-control-service-xa/pom.xml b/tx-control-service-xa/pom.xml
index 52acdbf..f515373 100644
--- a/tx-control-service-xa/pom.xml
+++ b/tx-control-service-xa/pom.xml
@@ -3,14 +3,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-service-xa</artifactId>
 	<packaging>bundle</packaging>
 	<name>OSGi Transaction Control Service - XA Transactions</name>
-	<version>0.0.1</version>
+	<version>0.0.2-SNAPSHOT</version>
 
 	<description>
         This bundle contains an OSGi Transaction Control Service implementation based on
@@ -19,13 +19,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.1/tx-control-service-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.1/tx-control-service-xa
+            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-xa
         </url>
 	</scm>
 
@@ -70,13 +70,13 @@
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-api</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries.tx-control</groupId>
 			<artifactId>tx-control-service-common</artifactId>
-			<version>0.0.1</version>
+			<version>0.0.2-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>