You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/09/24 12:07:44 UTC

svn commit: r1000789 - in /geronimo/components/txmanager/branches: geronimo-txmanager-parent-2.1/ geronimo-txmanager-parent-2.2/ geronimo-txmanager-parent-2.2/geronimo-connector/ geronimo-txmanager-parent-2.2/geronimo-transaction/

Author: rickmcguire
Date: Fri Sep 24 10:07:44 2010
New Revision: 1000789

URL: http://svn.apache.org/viewvc?rev=1000789&view=rev
Log:
change the 2.1 branch to a 2.2 branch because of the scope of the changes

Added:
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/
      - copied from r1000778, geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/
Removed:
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/
Modified:
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-connector/pom.xml
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-transaction/pom.xml
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/pom.xml

Modified: geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-connector/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-connector/pom.xml?rev=1000789&r1=1000778&r2=1000789&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-connector/pom.xml (original)
+++ geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-connector/pom.xml Fri Sep 24 10:07:44 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>2.1.5-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-connector</artifactId>

Modified: geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-transaction/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-transaction/pom.xml?rev=1000789&r1=1000778&r2=1000789&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-transaction/pom.xml (original)
+++ geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/geronimo-transaction/pom.xml Fri Sep 24 10:07:44 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>2.1.5-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-transaction</artifactId>

Modified: geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/pom.xml?rev=1000789&r1=1000778&r2=1000789&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/pom.xml (original)
+++ geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2/pom.xml Fri Sep 24 10:07:44 2010
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.geronimo.components</groupId>
     <artifactId>geronimo-txmanager-parent</artifactId>
-    <version>2.1.5-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Geronimo TxManager</name>
     
@@ -39,9 +39,9 @@
     </description>
     
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.2</url>
     </scm>
     
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>