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

svn commit: r586119 - /geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml

Author: gawor
Date: Thu Oct 18 13:25:03 2007
New Revision: 586119

URL: http://svn.apache.org/viewvc?rev=586119&view=rev
Log:
fix formatting

Modified:
    geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml

Modified: geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml?rev=586119&r1=586118&r2=586119&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml (original)
+++ geronimo/samples/trunk/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml Thu Oct 18 13:25:03 2007
@@ -38,14 +38,14 @@
     <description>Geronimo Samples. EAR Module</description>
 
     <dependencies>
-      <dependency>
-			<groupId>org.apache.geronimo.modules</groupId>
-			<artifactId>geronimo-activemq-ra</artifactId>
-			<version>2.0-SNAPSHOT</version>
-			<type>rar</type>
-		</dependency>
+         <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-activemq-ra</artifactId>
+            <version>2.0.1</version>
+            <type>rar</type>
+         </dependency>
 
-      <dependency>
+         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>jms-mdb-sample-war</artifactId>
             <version>2.0-SNAPSHOT</version>