Added parent pom

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-08-04 08:41:37 +00:00
parent d8ff65aab0
commit 5ae67695ef
1 changed files with 8 additions and 5 deletions

View File

@ -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>