You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/13 16:48:57 UTC

svn commit: r1361245 - in /aries/trunk/transaction: transaction-blueprint/pom.xml transaction-itests/pom.xml transaction-testbundle/pom.xml transaction-testds/pom.xml transaction-wrappers/pom.xml

Author: cumminsh
Date: Fri Jul 13 14:48:56 2012
New Revision: 1361245

URL: http://svn.apache.org/viewvc?rev=1361245&view=rev
Log:
[ARIES-862] Correcting scm urls for transaction poms.

Modified:
    aries/trunk/transaction/transaction-blueprint/pom.xml
    aries/trunk/transaction/transaction-itests/pom.xml
    aries/trunk/transaction/transaction-testbundle/pom.xml
    aries/trunk/transaction/transaction-testds/pom.xml
    aries/trunk/transaction/transaction-wrappers/pom.xml

Modified: aries/trunk/transaction/transaction-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-blueprint/pom.xml?rev=1361245&r1=1361244&r2=1361245&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-blueprint/pom.xml (original)
+++ aries/trunk/transaction/transaction-blueprint/pom.xml Fri Jul 13 14:48:56 2012
@@ -31,10 +31,10 @@
     <name>Apache Aries Transaction Blueprint</name>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/blueprint</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/blueprint
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-blueprint</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-blueprint
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/transaction/blueprint</url>
+        <url>http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-blueprint</url>
     </scm>
 
     <properties>

Modified: aries/trunk/transaction/transaction-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-itests/pom.xml?rev=1361245&r1=1361244&r2=1361245&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-itests/pom.xml (original)
+++ aries/trunk/transaction/transaction-itests/pom.xml Fri Jul 13 14:48:56 2012
@@ -31,9 +31,9 @@
   <version>1.0.0-SNAPSHOT</version>
 
      <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/itests</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/itests</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/itests</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-itests</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-itests</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-itests</url>
      </scm>
 
   <dependencies>

Modified: aries/trunk/transaction/transaction-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-testbundle/pom.xml?rev=1361245&r1=1361244&r2=1361245&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-testbundle/pom.xml (original)
+++ aries/trunk/transaction/transaction-testbundle/pom.xml Fri Jul 13 14:48:56 2012
@@ -32,9 +32,9 @@
   <name>Apache Aries Transaction Test Bundle</name>
 
      <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/testbundle</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/testbundle</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/testbundle</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-testbundle</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-testbundle</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-testbundle</url>
      </scm>
 
   <properties>

Modified: aries/trunk/transaction/transaction-testds/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-testds/pom.xml?rev=1361245&r1=1361244&r2=1361245&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-testds/pom.xml (original)
+++ aries/trunk/transaction/transaction-testds/pom.xml Fri Jul 13 14:48:56 2012
@@ -29,9 +29,9 @@
 	<packaging>bundle</packaging>
 
      <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/testds</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/testds</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/testds</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-testds</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-testds</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-testds</url>
      </scm>
 
      <properties>

Modified: aries/trunk/transaction/transaction-wrappers/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-wrappers/pom.xml?rev=1361245&r1=1361244&r2=1361245&view=diff
==============================================================================
--- aries/trunk/transaction/transaction-wrappers/pom.xml (original)
+++ aries/trunk/transaction/transaction-wrappers/pom.xml Fri Jul 13 14:48:56 2012
@@ -32,9 +32,9 @@
   <packaging>bundle</packaging>
 
      <scm>
-         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/wrappers</connection>
-         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/wrappers</developerConnection>
-         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/wrappers</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-wrappers</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/transaction/transaction-wrappers</developerConnection>
+         <url>http://svn.apache.org/viewvc/aries/trunk/transaction/transaction-wrappers</url>
      </scm>
 
   <properties>