You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Bill Dudney <bd...@apache.org> on 2005/12/20 05:50:52 UTC

patch for activemq-ra

Hi All,

patch for the activemq-ra pom.xml file...

Bill Dudney
MyFaces - myfaces.apache.org
Wadi - incubator.apache.org/wadi



Index: pom.xml
===================================================================
--- pom.xml     (revision 357904)
+++ pom.xml     (working copy)
@@ -2,9 +2,10 @@
    <modelVersion>4.0.0</modelVersion>
    <parent>
-    <groupId>activemq</groupId>
+    <groupId>org.apache.activemq</groupId>
      <artifactId>activemq</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0M2</version>
+    <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>activemq-ra</artifactId>
@@ -14,7 +15,7 @@
    <dependencies>

      <dependency>
-      <groupId>activemq</groupId>
+      <groupId>org.apache.activemq</groupId>
        <artifactId>activemq-core</artifactId>
        <version>${version}</version>
      </dependency>
@@ -57,7 +58,7 @@
      </dependency>

      <dependency>
-      <groupId>springframework</groupId>
+      <groupId>org.springframework</groupId>
        <artifactId>spring</artifactId>
      </dependency>