You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2017/06/23 10:54:14 UTC

svn commit: r1799655 - in /aries/trunk/tx-control: ./ tx-control-api/ tx-control-itests/ tx-control-jpa-itests/ tx-control-provider-common/ tx-control-provider-jdbc-common/ tx-control-provider-jdbc-local/ tx-control-provider-jdbc-xa/ tx-control-provide...

Author: timothyjward
Date: Fri Jun 23 10:54:13 2017
New Revision: 1799655

URL: http://svn.apache.org/viewvc?rev=1799655&view=rev
Log:
[ARIES-Tx-Control][maven-release-plugin]prepare release tx-control-0.0.3

Modified:
    aries/trunk/tx-control/pom.xml
    aries/trunk/tx-control/tx-control-api/pom.xml
    aries/trunk/tx-control/tx-control-itests/pom.xml
    aries/trunk/tx-control/tx-control-jpa-itests/pom.xml
    aries/trunk/tx-control/tx-control-provider-common/pom.xml
    aries/trunk/tx-control/tx-control-provider-jdbc-common/pom.xml
    aries/trunk/tx-control/tx-control-provider-jdbc-local/pom.xml
    aries/trunk/tx-control/tx-control-provider-jdbc-xa/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-common/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-local/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa/pom.xml
    aries/trunk/tx-control/tx-control-provider-jpa-xa/pom.xml
    aries/trunk/tx-control/tx-control-service-common/pom.xml
    aries/trunk/tx-control/tx-control-service-local/pom.xml
    aries/trunk/tx-control/tx-control-service-xa/pom.xml

Modified: aries/trunk/tx-control/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/pom.xml (original)
+++ aries/trunk/tx-control/pom.xml Fri Jun 23 10:54:13 2017
@@ -28,18 +28,18 @@
 
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control</artifactId>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 	<packaging>pom</packaging>
 	<description>Transaction Control service, including Resource Provider implementations.</description>
 	<scm>
 		<connection>
-			scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control
+			scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3
 		</connection>
 		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control
+			scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3
 		</developerConnection>
 		<url>
-			http://svn.apache.org/viewvc/aries/trunk/tx-control
+			http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3
 		</url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-api/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-api/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-api/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-api</artifactId>
 	<name>OSGi Transaction Control API</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 
 	<description>
@@ -37,13 +37,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-api
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-api
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-api
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-api
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-api
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-api
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-itests/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-itests/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-itests/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>org.apache.aries.tx-control-itests</artifactId>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 	<name>Apache Aries Transaction Control iTests</name>
 	<description>
         Integration tests using for the Transaction Control service
@@ -35,13 +35,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-itests
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-itests
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-itests
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-itests
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/proxy/tx-control/tx-control-itests
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-itests
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-jpa-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-jpa-itests/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-jpa-itests/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-jpa-itests/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</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.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 	<name>Apache Aries Transaction Control JPA iTests</name>
 	<description>
         JPA Integration tests using the Transaction Control service
@@ -35,13 +35,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-jpa-itests
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-jpa-itests
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-jpa-itests
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-jpa-itests
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/proxy/tx-control/tx-control-jpa-itests
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-jpa-itests
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-common/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-common/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-common/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-common/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,14 +22,14 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-common</artifactId>
 	<packaging>jar</packaging>
 	<name>OSGi Transaction Control Resource Provider - Common Code</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 	
 	<description>
         This jar contains a common code for building OSGi Transaction Control ResourceProvider 
@@ -39,13 +39,13 @@
     
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-common
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-common
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-common
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-common
         </url>
     </scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jdbc-common/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-common/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jdbc-common/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jdbc-common/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,14 +22,14 @@
 	<parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</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.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This jar contains a common code for building OSGi Transaction Control JDBCConnectionProvider 
@@ -39,13 +39,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-common
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-common
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-common
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-common
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jdbc-local/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-local/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jdbc-local/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jdbc-local/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jdbc-local</artifactId>
 	<name>OSGi Transaction Control JDBC Resource Provider - Local Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports local transactions.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-local
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-local
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jdbc-xa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-xa/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jdbc-xa/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jdbc-xa/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jdbc-xa</artifactId>
 	<name>OSGi Transaction Control JDBC Resource Provider - XA Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports XA and Local transactions.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jdbc-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-xa
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jdbc-xa
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-common/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-common/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-common/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-common/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,14 +22,14 @@
     <parent>
         <groupId>org.apache.aries.tx-control</groupId>
         <artifactId>tx-control</artifactId>
-        <version>0.0.3-SNAPSHOT</version>
+        <version>0.0.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.aries.tx-control</groupId>
     <artifactId>tx-control-provider-jpa-common</artifactId>
     <packaging>jar</packaging>
     <name>OSGi Transaction Control JPA Resource Provider - Common Code</name>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.0.3</version>
 
     <description>
         This jar contains a common code for building OSGi Transaction Control JPAEntityManagerProvider 
@@ -39,13 +39,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-common
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-common
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-common
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-common
         </url>
     </scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-local/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-local/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-local/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-local/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-local</artifactId>
 	<name>OSGi Transaction Control JPA Resource Provider - Local Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a JPA resource provider for use with the OSGi Transaction Control Service that supports local transactions.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-local
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-local
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa-plugin-eclipselink</artifactId>
 	<name>EclipseLink plugin for the JPA (XA) Resource Provider</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains an EclipseLink plugin for the Aries Transaction control JPA resource provider.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-eclipselink
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-eclipselink
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-eclipselink
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-eclipselink
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa-plugin-hibernate-5_0</artifactId>
 	<name>Hibernate (5.0.x and 5.1.x) plugin for the JPA (XA) Resource Provider</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a Hibernate plugin for the Aries Transaction control JPA resource provider.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_0
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-hibernate-5_0
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin--hibernate-5_0
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin--hibernate-5_0
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin--hibernate-5_0
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin--hibernate-5_0
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa-plugin-hibernate-5_2</artifactId>
 	<name>Hibernate (5.2.x and higher) plugin for the JPA (XA) Resource Provider</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a Hibernate plugin for the Aries Transaction control JPA resource provider.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-hibernate-5_2
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-hibernate-5_2
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin--hibernate-5_2
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin--hibernate-5_2
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin--hibernate-5_2
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin--hibernate-5_2
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa-plugin-openjpa</artifactId>
 	<name>OpenJPA plugin for the JPA (XA) Resource Provider</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains an OpenJPA plugin for the Aries Transaction control JPA resource provider.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-openjpa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-openjpa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa-plugin-openjpa
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa-plugin-openjpa
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-provider-jpa-xa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jpa-xa/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-provider-jpa-xa/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-provider-jpa-xa</artifactId>
 	<name>OSGi Transaction Control JPA Resource Provider - XA Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains a JPA resource provider for use with the OSGi Transaction Control Service that supports XA transactions.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-provider-jpa-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jpa-xa
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-provider-jpa-xa
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-service-common/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-common/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-service-common/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-service-common/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</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.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This jar contains a common code for building OSGi Transaction Control Service implementations.
@@ -38,13 +38,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-common
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-common
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-common
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-common
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-common
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-service-common
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-service-local/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-local/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-service-local/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-service-local/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-service-local</artifactId>
 	<name>OSGi Transaction Control Service - Local Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains an OSGi Transaction Control Service implementation suitable for local resources.
@@ -36,13 +36,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-local
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-local
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-local
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-local
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-local
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-service-local
         </url>
 	</scm>
 

Modified: aries/trunk/tx-control/tx-control-service-xa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-xa/pom.xml?rev=1799655&r1=1799654&r2=1799655&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-service-xa/pom.xml (original)
+++ aries/trunk/tx-control/tx-control-service-xa/pom.xml Fri Jun 23 10:54:13 2017
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.aries.tx-control</groupId>
 		<artifactId>tx-control</artifactId>
-		<version>0.0.3-SNAPSHOT</version>
+		<version>0.0.3</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.aries.tx-control</groupId>
 	<artifactId>tx-control-service-xa</artifactId>
 	<name>OSGi Transaction Control Service - XA Transactions</name>
-	<version>0.0.3-SNAPSHOT</version>
+	<version>0.0.3</version>
 
 	<description>
         This bundle contains an OSGi Transaction Control Service implementation based on
@@ -37,13 +37,13 @@
 
 	<scm>
 		<connection>
-            scm:svn:http://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-xa
+            scm:svn:http://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-xa
         </connection>
 		<developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/aries/trunk/tx-control/tx-control-service-xa
+            scm:svn:https://svn.apache.org/repos/asf/aries/tags/tx-control-0.0.3/tx-control-service-xa
         </developerConnection>
 		<url>
-            http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-service-xa
+            http://svn.apache.org/viewvc/aries/tags/tx-control-0.0.3/tx-control-service-xa
         </url>
 	</scm>