Author: jstrachan
Date: Fri Aug 4 01:41:37 2006
New Revision: 428660
URL: http://svn.apache.org/viewvc?rev=428660&view=rev
Log:
Added parent pom
Modified:
incubator/activemq/trunk/activemq-cpp/pom.xml
Modified: incubator/activemq/trunk/activemq-cpp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-cpp/pom.xml?rev=428660&r1=428659&r2=428660&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-cpp/pom.xml (original)
+++ incubator/activemq/trunk/activemq-cpp/pom.xml Fri Aug 4 01:41:37 2006
@@ -2,15 +2,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
- <groupId>activemq</groupId>
+
+ <parent>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-parent</artifactId>
+ <version>4.1-incubator-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.activemq</groupId>
<name>ActiveMQ :: CPP :: Parent</name>
<artifactId>activemq-cpp-parent</artifactId>
<packaging>pom</packaging>
- <!-- these should be deleted when using a parent pom-->
- <version>1.0-SNAPSHOT</version>
-
<build>
<pluginManagement>
<plugins>