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/10 07:10:58 UTC

svn commit: r583356 - in /geronimo/components/txmanager/branches/2.0.2: geronimo-connector/pom.xml geronimo-transaction/pom.xml pom.xml

Author: kevan
Date: Tue Oct  9 22:10:57 2007
New Revision: 583356

URL: http://svn.apache.org/viewvc?rev=583356&view=rev
Log:
Update to release version

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

Modified: geronimo/components/txmanager/branches/2.0.2/geronimo-connector/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0.2/geronimo-connector/pom.xml?rev=583356&r1=583355&r2=583356&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0.2/geronimo-connector/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0.2/geronimo-connector/pom.xml Tue Oct  9 22:10:57 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.2</version>
     </parent>
 
     <artifactId>geronimo-connector</artifactId>

Modified: geronimo/components/txmanager/branches/2.0.2/geronimo-transaction/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0.2/geronimo-transaction/pom.xml?rev=583356&r1=583355&r2=583356&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0.2/geronimo-transaction/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0.2/geronimo-transaction/pom.xml Tue Oct  9 22:10:57 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.2</version>
     </parent>
 
     <artifactId>geronimo-transaction</artifactId>

Modified: geronimo/components/txmanager/branches/2.0.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/2.0.2/pom.xml?rev=583356&r1=583355&r2=583356&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/2.0.2/pom.xml (original)
+++ geronimo/components/txmanager/branches/2.0.2/pom.xml Tue Oct  9 22:10:57 2007
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.geronimo.components</groupId>
     <artifactId>geronimo-txmanager-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>pom</packaging>
     <name>Geronimo TxManager</name>
     
@@ -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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
     </properties>
     
     <dependencyManagement>