Author: jstrachan
Date: Tue Dec 20 06:51:04 2005
New Revision: 358009
URL: http://svn.apache.org/viewcvs?rev=358009&view=rev
Log:
Applied Bills patch for m2 build
Modified:
incubator/activemq/trunk/activemq-ra/pom.xml
Modified: incubator/activemq/trunk/activemq-ra/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-ra/pom.xml?rev=358009&r1=358008&r2=358009&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-ra/pom.xml (original)
+++ incubator/activemq/trunk/activemq-ra/pom.xml Tue Dec 20 06:51:04 2005
@@ -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.0M4</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>