You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2007/10/09 18:28:34 UTC

svn commit: r583212 - in /geronimo/components/txmanager/branches/2.0: geronimo-connector/pom.xml geronimo-transaction/pom.xml pom.xml

Author: kevan
Date: Tue Oct  9 09:28:33 2007
New Revision: 583212

URL: http://svn.apache.org/viewvc?rev=583212&view=rev
Log:
Bump version of geronimo-connector and geronimo-transaction in branches/2.0 to 2.0.3-SNAPSHOT

Modified:
    geronimo/components/txmanager/branches/2.0/geronimo-connector/pom.xml
    geronimo/components/txmanager/branches/2.0/geronimo-transaction/pom.xml
    geronimo/components/txmanager/branches/2.0/pom.xml

Modified: geronimo/components/txmanager/branches/2.0/geronimo-connector/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0/geronimo-connector/pom.xml?rev=583212&r1=583211&r2=583212&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0/geronimo-connector/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0/geronimo-connector/pom.xml Tue Oct  9 09:28:33 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-connector</artifactId>

Modified: geronimo/components/txmanager/branches/2.0/geronimo-transaction/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0/geronimo-transaction/pom.xml?rev=583212&r1=583211&r2=583212&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0/geronimo-transaction/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0/geronimo-transaction/pom.xml Tue Oct  9 09:28:33 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-transaction</artifactId>

Modified: geronimo/components/txmanager/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0/pom.xml?rev=583212&r1=583211&r2=583212&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0/pom.xml Tue Oct  9 09:28:33 2007
@@ -30,14 +30,14 @@
 
     <groupId>org.apache.geronimo.components</groupId>
     <artifactId>geronimo-txmanager-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Geronimo TxManager</name>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.3</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.3</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.3</url>
     </scm>
     
     <properties>
@@ -49,7 +49,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>2.0.1</version>
+        <version>2.0.3-SNAPSHOT</version>
     </properties>
     
     <dependencyManagement>