You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/04/12 11:50:13 UTC

svn commit: r527864 - /incubator/openejb/trunk/openejb3/pom.xml

Author: jlaskowski
Date: Thu Apr 12 02:50:12 2007
New Revision: 527864

URL: http://svn.apache.org/viewvc?view=rev&rev=527864
Log:
OPENEJB-558 Upgrade ActiveMQ to 4.1.1

Modified:
    incubator/openejb/trunk/openejb3/pom.xml

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=527864&r1=527863&r2=527864
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Thu Apr 12 02:50:12 2007
@@ -313,12 +313,12 @@
       <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-ra</artifactId>
-        <version>4.1-SNAPSHOT</version>
+        <version>4.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-core</artifactId>
-        <version>4.1-SNAPSHOT</version>
+        <version>4.1.1</version>
         <exclusions>
           <exclusion>
             <groupId>activesoap</groupId>