You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/04/28 23:32:18 UTC

svn commit: r398021 - /geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml

Author: ammulder
Date: Fri Apr 28 14:32:16 2006
New Revision: 398021

URL: http://svn.apache.org/viewcvs?rev=398021&view=rev
Log:
Correct the version of ActiveMQ used by little G

Modified:
    geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml

Modified: geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml?rev=398021&r1=398020&r2=398021&view=diff
==============================================================================
--- geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml (original)
+++ geronimo/branches/1.1/assemblies/minimal-tomcat-server/project.xml Fri Apr 28 14:32:16 2006
@@ -398,13 +398,13 @@
 
         <dependency>
             <groupId>activemq</groupId>
-            <artifactId>activemq-gbean</artifactId>
+            <artifactId>activemq-gbean-g1_1</artifactId>
             <version>${activemq_version}</version>
         </dependency>
 
         <dependency>
             <groupId>activemq</groupId>
-            <artifactId>activemq-gbean-management</artifactId>
+            <artifactId>activemq-gbean-management-g1_1</artifactId>
             <version>${activemq_version}</version>
         </dependency>