You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/04/15 01:30:32 UTC

svn commit: r648055 - /geronimo/server/branches/2.1/pom.xml

Author: djencks
Date: Mon Apr 14 16:30:29 2008
New Revision: 648055

URL: http://svn.apache.org/viewvc?rev=648055&view=rev
Log:
Upgrade activemq and tranql versions

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=648055&r1=648054&r2=648055&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Mon Apr 14 16:30:29 2008
@@ -674,19 +674,19 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>
-                <version>4.1-SNAPSHOT</version>
+                <version>4.1.2</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-ra</artifactId>
-                <version>4.1-SNAPSHOT</version>
+                <version>4.1.2</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
-                <version>3.0-SNAPSHOT</version>
+                <version>3.0.1</version>
             </dependency>
 
             <dependency>
@@ -939,7 +939,7 @@
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-db2-xa</artifactId>
-                <version>1.1</version>
+                <version>1.2</version>
                 <type>rar</type>
             </dependency>